diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 404fdb5dac..794474624f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,4 +22,4 @@ jobs: path: ~/.cache/bazel key: bazel - name: Run tests - run: ./bazel test --test_output=errors //test/scip --config=dbg + run: bazel test --test_output=errors //test/scip --config=dbg