File tree 1 file changed +8
-3
lines changed 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 18
18
- uses : dtolnay/rust-toolchain@nightly
19
19
- run : cargo test
20
20
- run : cargo test --features preserve_order --tests -- --skip ui --exact
21
+ - run : cargo test --features float_roundtrip --tests -- --skip ui --exact
21
22
- run : cargo test --features arbitrary_precision --tests -- --skip ui --exact
23
+ - run : cargo test --features float_roundtrip,arbitrary_precision --tests -- --skip ui --exact
22
24
- run : cargo test --features raw_value --tests -- --skip ui --exact
23
25
- run : cargo test --features unbounded_depth --tests -- --skip ui --exact
24
26
38
40
- uses : dtolnay/rust-toolchain@master
39
41
with :
40
42
toolchain : ${{matrix.rust}}
41
- - run : cargo build
42
- - run : cargo build --features preserve_order
43
- - run : cargo build --features arbitrary_precision
43
+ - run : cargo check
44
+ - run : cargo check --features preserve_order
45
+ - run : cargo check --features float_roundtrip
46
+ - run : cargo check --features arbitrary_precision
47
+ - run : cargo check --features raw_value
48
+ - run : cargo check --features unbounded_depth
44
49
- name : Build without std
45
50
run : |
46
51
rustup target add aarch64-unknown-none
You can’t perform that action at this time.
0 commit comments