Added tests to workflow
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user