Skip to content

Commit 07211c8

Browse files
authored
Merge branch 'master' into tcpstream-as-raw-fd
2 parents 5fc5790 + 89a9bd7 commit 07211c8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ env:
1313
RUST_BACKTRACE: 1
1414

1515
jobs:
16+
# Depends on all actions that are required for a "successful" CI run.
17+
# Based on the ci here: https://github.com/tokio-rs/tokio/blob/master/.github/workflows/ci.yml
18+
all-systems-go:
19+
runs-on: ubuntu-latest
20+
needs:
21+
- check
22+
- fmt
23+
- test
24+
- docs
25+
steps:
26+
- run: exit 0
27+
1628
check:
1729
runs-on: ubuntu-latest
1830
steps:

0 commit comments

Comments
 (0)