Skip to content

Commit

Permalink
Merge pull request #254 from jrunningen/no-install-bazel
Browse files Browse the repository at this point in the history
Don't install Bazel on test
  • Loading branch information
jloutsenhizer authored May 11, 2021
2 parents fd03192 + 30f7be1 commit 0b70bb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Bazel
run: sudo apt install bazel
- name: Run tests
run: bazel test :all --test_output=errors

0 comments on commit 0b70bb8

Please sign in to comment.