mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-30 04:41:51 +02:00
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:
committed by
GitHub
parent
04a99b3ebf
commit
2ef139a7d4
@@ -20,3 +20,5 @@ jobs:
|
|||||||
run: ./configure
|
run: ./configure
|
||||||
- name: build
|
- name: build
|
||||||
run: cd src && touch .accepted && make
|
run: cd src && touch .accepted && make
|
||||||
|
- name: test
|
||||||
|
run: cd tests && make test
|
||||||
|
|||||||
Reference in New Issue
Block a user