Skip to content

Commit fd5a21a

Browse files
ci: Fix build caching maybe. (#17)
I wonder if using the custom ./bazel script is messing things up.
1 parent b4b0733 commit fd5a21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
path: ~/.cache/bazel
2323
key: bazel
2424
- name: Run tests
25-
run: ./bazel test --test_output=errors //test/scip --config=dbg
25+
run: bazel test --test_output=errors //test/scip --config=dbg

0 commit comments

Comments
 (0)