File tree Expand file tree Collapse file tree 7 files changed +237
-353
lines changed Expand file tree Collapse file tree 7 files changed +237
-353
lines changed Original file line number Diff line number Diff line change 37
37
- name : Run cargo check (without dev-dependencies to catch missing feature flags)
38
38
if : startsWith(matrix.rust, 'nightly')
39
39
run : cargo check -Z features=dev_dep
40
- - run : cargo test --features __test -- all
41
- - run : cargo build --no-default-features --all
40
+ - run : cargo test --all
41
+ - run : cargo test --no-default-features --tests
42
42
- name : Install cargo-hack
43
43
uses : taiki-e/install-action@cargo-hack
44
44
- run : rustup target add thumbv7m-none-eabi
79
79
- uses : actions/checkout@v3
80
80
- name : Install Rust
81
81
run : rustup toolchain install nightly --component miri && rustup default nightly
82
- - run : cargo miri test --features __test -- all
82
+ - run : cargo miri test --all
83
83
env :
84
84
MIRIFLAGS : -Zmiri-strict-provenance -Zmiri-symbolic-alignment-check -Zmiri-disable-isolation
85
85
RUSTFLAGS : ${{ env.RUSTFLAGS }} -Z randomize-layout
Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ exclude = ["/.*"]
18
18
default = [" std" ]
19
19
std = [" parking" ]
20
20
21
- # Unstable, test only feature. Do not enable this.
22
- __test = []
23
-
24
21
[dependencies ]
25
22
crossbeam-utils = { version = " 0.8.12" , default-features = false }
26
23
parking = { version = " 2.0.0" , optional = true }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments