Skip to content

Commit 6096f35

Browse files
committed
enable bazelmod don't specify explicitly in workflow
1 parent 6b4b273 commit 6096f35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-bazel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
run: bazel clean
1919

2020
- name: build bazel
21-
run: bazel build --enable_bzlmod //...
21+
run: bazel build //...
2222

2323
- name: test all
24-
run: bazel test --enable_bzlmod //...
24+
run: bazel test //...
2525

2626
- name: test example
2727
run: ./bazel-bin/call-highs-example

0 commit comments

Comments
 (0)