Add challenges tests to the CI
This commit is contained in:
parent
d93cb45a1f
commit
1f7adad627
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -20,5 +20,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
action: build
|
action: build
|
||||||
meson-version: 0.54.2
|
meson-version: 0.54.2
|
||||||
- name: Run tests
|
- name: Run unit tests
|
||||||
run: ./build/tests --color always
|
run: ./build/tests --color always
|
||||||
|
- name: Run challenges and test their outputs
|
||||||
|
run: python ./tests/challenges.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue