Skip to content

Commit

Permalink
Merge pull request #2103 from ERGO-Code/bazel-update
Browse files Browse the repository at this point in the history
Bazel update
  • Loading branch information
galabovaa authored Jan 6, 2025
2 parents 39d63f7 + 6096f35 commit fc35b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
common --noenable_bzlmod
4 changes: 2 additions & 2 deletions .github/workflows/build-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
run: bazel clean

- name: build bazel
run: bazel build --enable_bzlmod //...
run: bazel build //...

- name: test all
run: bazel test --enable_bzlmod //...
run: bazel test //...

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

0 comments on commit fc35b44

Please sign in to comment.