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 296c364 commit 15e7940Copy full SHA for 15e7940
.github/workflows/build.yml
@@ -105,7 +105,7 @@ jobs:
105
run: cargo build --features alloc_ref
106
107
- name: "Run cargo test with `alloc_ref` feature"
108
- run: cargo test
+ run: cargo test --features alloc_ref
109
110
- name: "Run cargo test with `use_spin_nightly` feature"
111
run: cargo test --features use_spin_nightly
0 commit comments