From 1f7adad62711b6898b2fa966c616d5921396ee98 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Fri, 12 Jun 2020 10:59:37 +0200 Subject: [PATCH] Add challenges tests to the CI --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 501b44f..17d60b5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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