Merge pull request #2670 from ehuss/require-gui
Require all test jobs to pass
This commit is contained in:
commit
c57a8fcfc4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -99,6 +99,8 @@ jobs:
|
||||||
needs:
|
needs:
|
||||||
- test
|
- test
|
||||||
- rustfmt
|
- rustfmt
|
||||||
|
- aarch64-cross-builds
|
||||||
|
- gui
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: jq --exit-status 'all(.result == "success")' <<< '${{ toJson(needs) }}'
|
- run: jq --exit-status 'all(.result == "success")' <<< '${{ toJson(needs) }}'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue