Skip to content

Commit

Permalink
Merge branch 'master' into tcpstream-as-raw-fd
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah-Kennedy authored Jul 31, 2022
2 parents 5fc5790 + 89a9bd7 commit 07211c8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ env:
RUST_BACKTRACE: 1

jobs:
# Depends on all actions that are required for a "successful" CI run.
# Based on the ci here: https://github.com/tokio-rs/tokio/blob/master/.github/workflows/ci.yml
all-systems-go:
runs-on: ubuntu-latest
needs:
- check
- fmt
- test
- docs
steps:
- run: exit 0

check:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 07211c8

Please sign in to comment.