Add test step to CI build workflow

Agent-Logs-Url: https://github.com/tbamud/tbamud/sessions/88e8bf39-a94e-440e-835a-0bb9c62fe95d

Co-authored-by: welcor <357770+welcor@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-22 21:22:17 +00:00
committed by GitHub
parent 04a99b3ebf
commit 2ef139a7d4

View File

@@ -20,3 +20,5 @@ jobs:
run: ./configure
- name: build
run: cd src && touch .accepted && make
- name: test
run: cd tests && make test