Skip to content

Commit 199994c

Browse files
committed
Test building on stable with use_spin feature
1 parent 82b40f0 commit 199994c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ jobs:
7272
- name: "Run cargo test without features on stable"
7373
run: cargo +stable test --no-default-features
7474

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+
7581
test-unstable:
7682
name: "Test unstable features"
7783

0 commit comments

Comments
 (0)