fix: unused test imports on non-nightly, prevent regression

This commit is contained in:
Caleb Cartwright
2022-02-23 21:37:42 -06:00
committed by Caleb Cartwright
parent 281bf03e64
commit 89ca3f3a10
3 changed files with 8 additions and 6 deletions
+4
View File
@@ -40,6 +40,10 @@ jobs:
rustc -Vv
cargo -V
cargo build
env:
RUSTFLAGS: '-D warnings'
- name: test
run: cargo test
env:
RUSTFLAGS: '-D warnings'