From 5b4f706426e7d8fd3a2732150602ea52a83fdcea Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 26 Nov 2022 16:33:59 +0000 Subject: [PATCH] Fixed test runner --- .github/workflows/c-cpp.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index ad88d18..13a20d1 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -1,4 +1,4 @@ -name: Comprehensive Tests +name: Basic Tests on: push: @@ -13,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v3 + - name: clone submodules + run: git submodule update --init --recursive - name: install valgrind run: sudo apt install valgrind - name: make test