We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b0733 commit fd5a21aCopy full SHA for fd5a21a
.github/workflows/ci.yml
@@ -22,4 +22,4 @@ jobs:
22
path: ~/.cache/bazel
23
key: bazel
24
- name: Run tests
25
- run: ./bazel test --test_output=errors //test/scip --config=dbg
+ run: bazel test --test_output=errors //test/scip --config=dbg
0 commit comments