ci: add dummy jobs to required workflows (#2905)

This commit is contained in:
Sanket Shanbhag
2023-05-31 13:49:35 +05:30
committed by GitHub
parent cb44ce0904
commit b7fb236986
5 changed files with 35 additions and 0 deletions

View File

@ -93,3 +93,10 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Run doctests
run: cargo test --doc --all --all-features
unit-success:
name: unit success
runs-on: ubuntu-latest
needs: [test, eth-blockchain, doc-test]
steps:
- run: echo Success!