Skip to content

Commit

Permalink
fix: Builds to use parallel checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmcintosh committed Jun 27, 2024
1 parent 010e6ce commit caac80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
path-to-profile: profile.cov

finish:
needs: test
needs: build
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1
Expand Down

0 comments on commit caac80b

Please sign in to comment.