mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-21 21:40:49 +02:00
Added tests to workflow
This commit is contained in:
parent
b61dd29e00
commit
a3185bf925
1 changed files with 6 additions and 1 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -13,7 +13,12 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: download munit
|
||||
run: git submodule init && git submodule update
|
||||
- name: configure
|
||||
run: ./configure
|
||||
- name: build tests
|
||||
run: cd src && touch .accepted && make test
|
||||
- name: build
|
||||
run: cd src && touch .accepted && make
|
||||
run: make clean && make
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue