Skip to content

Commit

Permalink
Run the lint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Oct 12, 2024
1 parent 437e086 commit 635ab85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
run: bazelisk --bazelrc=.github/workflows/ci.bazelrc test ${{ matrix.flags }} //...

- name: example workspace-based build
run: cd examples/workspace-based && bazel run gazelle && bazel test //java/test/com/github/bazelcontrib/rulesjvm/example:PassingTest
run: cd examples/workspace-based && bazel run gazelle && bazel test //java/test/com/github/bazelcontrib/rulesjvm/example:PassingTest && bazel test --test_tag_filters=lint //...

0 comments on commit 635ab85

Please sign in to comment.