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.
use_spin
1 parent 82b40f0 commit 199994cCopy full SHA for 199994c
.github/workflows/build.yml
@@ -72,6 +72,12 @@ jobs:
72
- name: "Run cargo test without features on stable"
73
run: cargo +stable test --no-default-features
74
75
+ - name: "Build with `use_spin` feature on stable"
76
+ run: cargo +stable build --no-default-features --features use_spin
77
+
78
+ - name: "Run cargo test with `use_spin` feature on stable"
79
+ run: cargo +stable test --no-default-features --features use_spin
80
81
test-unstable:
82
name: "Test unstable features"
83
0 commit comments