Add challenges tests to the CI

This commit is contained in:
Dimitri Lozeve 2020-06-12 10:59:37 +02:00
parent d93cb45a1f
commit 1f7adad627

View file

@ -20,5 +20,7 @@ jobs:
with:
action: build
meson-version: 0.54.2
- name: Run tests
- name: Run unit tests
run: ./build/tests --color always
- name: Run challenges and test their outputs
run: python ./tests/challenges.py