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