Skip to content

Commit 06dd04d

Browse files
committed
try to fix CI.yml workflow
1 parent 3d21609 commit 06dd04d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
make fmt-check
3333
3434
test:
35-
needs: [check, check-all-features]
35+
needs: [check]
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@v4
@@ -44,7 +44,7 @@ jobs:
4444
run: make test
4545

4646
test-macos:
47-
needs: [check, check-all-features]
47+
needs: [check]
4848
runs-on: macos-latest
4949
steps:
5050
- uses: actions/checkout@v4
@@ -56,7 +56,7 @@ jobs:
5656
run: make test
5757

5858
cargo-hack:
59-
needs: [check, check-all-features]
59+
needs: [check]
6060
runs-on: ubuntu-latest
6161
steps:
6262
- uses: actions/checkout@v4
@@ -69,7 +69,7 @@ jobs:
6969
run: make hack
7070

7171
dependencies-are-sorted:
72-
needs: [check, check-all-features]
72+
needs: [check]
7373
runs-on: ubuntu-latest
7474
steps:
7575
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)