From e9d5aafde4fc5fc735ec3624c0f3a5972dea47d9 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 29 Apr 2024 01:13:38 +0530 Subject: [PATCH] Trying to get github tests to work --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 313d7dc..8b7eec9 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -20,4 +20,4 @@ jobs: steps: - uses: actions/checkout@v3 - name: test - run: make tests VERBOSE = 2 && make test VERBOSE=2 + run: make test VERBOSE=2