Skip to content

Commit

Permalink
ci: Swap test and build
Browse files Browse the repository at this point in the history
  • Loading branch information
tmc committed May 25, 2020
1 parent 90f10de commit a3a2562
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Query
run: |
"${GITHUB_WORKSPACE}/bin/bazel" query //...
- name: Test
run: |
"${GITHUB_WORKSPACE}/bin/bazel" test //...
- name: Build
run: |
"${GITHUB_WORKSPACE}/bin/bazel" build //...
- name: Test
run: |
"${GITHUB_WORKSPACE}/bin/bazel" test //...

0 comments on commit a3a2562

Please sign in to comment.