We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2528be8 commit c7b66cbCopy full SHA for c7b66cb
.github/workflows/test.yml
@@ -19,6 +19,7 @@ jobs:
19
uses: ./.github/workflows/build-binaries.yml
20
21
test:
22
+ needs: build
23
runs-on: ${{ matrix.os }}
24
strategy:
25
fail-fast: false
0 commit comments