Merge pull request #1927 from ZcashFoundation/ci

Add final job to ci.yml that passes when all other ci.yml jobs pass
This commit is contained in:
Deirdre Connolly 2021-03-20 23:57:13 -04:00 committed by GitHub
parent 5791ee3339
commit 4aedf08a95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -9,6 +9,18 @@ on:
jobs:
ci-success:
name: 🏁
runs-on: ubuntu-latest
needs:
- test
- build
- build-chain-no-features
- clippy
- fmt
steps:
- run: exit 0
test:
name: Test (+${{ matrix.rust }}) on ${{ matrix.os }}
# The large timeout is to accommodate Windows builds