mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
ci: add dummy jobs to required workflows (#2905)
This commit is contained in:
7
.github/workflows/unit.yml
vendored
7
.github/workflows/unit.yml
vendored
@ -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!
|
||||
|
||||
Reference in New Issue
Block a user