From ad98dbf0b16808b4b1d4327cac8dd32cf859c648 Mon Sep 17 00:00:00 2001 From: augustin64 Date: Sat, 14 May 2022 10:40:06 +0200 Subject: [PATCH] Update Actions --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1df5ea7..b6edd60 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: C tests +name: Run tests on: push: @@ -13,5 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 + - name: compile all + run: ./make.sh build all - name: run tests run: ./make.sh test run