Skip to content

Commit

Permalink
Added test step with bzlmod enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jondo2010 committed Sep 15, 2023
1 parent 2f081da commit bd278d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Run tests
run: bazel test --test_env=NO_CLEANUP=1 //...

- name: Run tests (bzlmod enabled)
run: bazel test --test_env=NO_CLEANUP=1 --enable_bzlmod //...

lint:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit bd278d5

Please sign in to comment.