We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d21609 commit 06dd04dCopy full SHA for 06dd04d
.github/workflows/CI.yml
@@ -32,7 +32,7 @@ jobs:
32
make fmt-check
33
34
test:
35
- needs: [check, check-all-features]
+ needs: [check]
36
runs-on: ubuntu-latest
37
steps:
38
- uses: actions/checkout@v4
@@ -44,7 +44,7 @@ jobs:
44
run: make test
45
46
test-macos:
47
48
runs-on: macos-latest
49
50
@@ -56,7 +56,7 @@ jobs:
56
57
58
cargo-hack:
59
60
61
62
@@ -69,7 +69,7 @@ jobs:
69
run: make hack
70
71
dependencies-are-sorted:
72
73
74
75
0 commit comments