Skip to content

Commit 9f59c69

Browse files
authored
ci: remove the job test-pass (tokio-rs#7575)
Signed-off-by: ADD-SP <qiqi.zhang@konghq.com>
1 parent 86400a1 commit 9f59c69

File tree

1 file changed

+1
-42
lines changed

1 file changed

+1
-42
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -38,48 +38,6 @@ permissions:
3838
contents: read
3939

4040
jobs:
41-
# Depends on all actions that are required for a "successful" CI run.
42-
tests-pass:
43-
name: all systems go
44-
runs-on: ubuntu-latest
45-
needs:
46-
- test-tokio-full
47-
- test-workspace-all-features
48-
- test-integration-tests-per-feature
49-
- test-parking_lot
50-
- valgrind
51-
- test-unstable
52-
- miri-lib
53-
- miri-test
54-
- miri-doc
55-
- asan
56-
- cross-check
57-
- cross-check-tier3
58-
- cross-test-with-parking_lot
59-
- cross-test-without-parking_lot
60-
- no-atomic-u64-test
61-
- no-atomic-u64-check
62-
- features
63-
- minrust
64-
- minimal-versions
65-
- fmt
66-
- clippy
67-
- docs
68-
- loom-compile
69-
- check-readme
70-
- test-hyper
71-
- test-quinn
72-
- x86_64-fortanix-unknown-sgx
73-
- check-redox
74-
- wasm32-unknown-unknown
75-
- wasm32-wasip1
76-
- check-external-types
77-
- check-fuzzing
78-
- check-unstable-mt-counters
79-
- check-spelling
80-
steps:
81-
- run: exit 0
82-
8341
# Basic actions that must pass before we kick off more expensive tests.
8442
basics:
8543
name: basic checks
@@ -861,6 +819,7 @@ jobs:
861819
run: cargo clippy --all --tests --all-features --no-deps
862820
env:
863821
RUSTFLAGS: ${{ matrix.rustflags }}
822+
864823
docs:
865824
name: docs
866825
runs-on: ${{ matrix.run.os }}

0 commit comments

Comments
 (0)