Skip to content

Commit

Permalink
Tune ci workflow
Browse files Browse the repository at this point in the history
bazel test //... should be enough

see bazelbuild/bazel#4257
  • Loading branch information
simuons committed Dec 18, 2020
1 parent 5605a9f commit 190901a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ jobs:
with:
path: ~/.cache/bazel
key: bazel
- name: Run bazel build
run: bazel build //...
- name: Run bazel test
run: bazel test //...
run: bazel test ...

0 comments on commit 190901a

Please sign in to comment.