mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
fix: unused test imports on non-nightly, prevent regression
This commit is contained in:
committed by
Caleb Cartwright
parent
281bf03e64
commit
89ca3f3a10
@@ -40,6 +40,10 @@ jobs:
|
||||
rustc -Vv
|
||||
cargo -V
|
||||
cargo build
|
||||
env:
|
||||
RUSTFLAGS: '-D warnings'
|
||||
|
||||
- name: test
|
||||
run: cargo test
|
||||
env:
|
||||
RUSTFLAGS: '-D warnings'
|
||||
|
||||
Reference in New Issue
Block a user