Skip to content

Commit 15e7940

Browse files
committed
Make sure alloc_ref is enabled when testing it
1 parent 296c364 commit 15e7940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
run: cargo build --features alloc_ref
106106

107107
- name: "Run cargo test with `alloc_ref` feature"
108-
run: cargo test
108+
run: cargo test --features alloc_ref
109109

110110
- name: "Run cargo test with `use_spin_nightly` feature"
111111
run: cargo test --features use_spin_nightly

0 commit comments

Comments
 (0)