Skip to content

Commit fc35b44

Browse files
authored
Merge pull request #2103 from ERGO-Code/bazel-update
Bazel update
2 parents 39d63f7 + 6096f35 commit fc35b44

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.bazelrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
common --noenable_bzlmod

.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)