Skip to content

Commit 9d6fcc9

Browse files
committed
Require all test jobs to pass
1 parent ea8f0f6 commit 9d6fcc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ jobs:
9999
needs:
100100
- test
101101
- rustfmt
102+
- aarch64-cross-builds
103+
- gui
102104
runs-on: ubuntu-latest
103105
steps:
104106
- run: jq --exit-status 'all(.result == "success")' <<< '${{ toJson(needs) }}'

0 commit comments

Comments
 (0)