We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffbe44 commit edb1c31Copy full SHA for edb1c31
.github/workflows/ci.yml
@@ -13,10 +13,10 @@ jobs:
13
- uses: actions/checkout@v2
14
- uses: dtolnay/rust-toolchain@nightly
15
- run: cargo test
16
- - run: cargo test --features preserve_order
17
- - run: cargo test --features arbitrary_precision
18
- - run: cargo test --features raw_value
19
- - run: cargo test --features unbounded_depth
+ - run: cargo test --features preserve_order --tests -- --skip ui --exact
+ - run: cargo test --features arbitrary_precision --tests -- --skip ui --exact
+ - run: cargo test --features raw_value --tests -- --skip ui --exact
+ - run: cargo test --features unbounded_depth --tests -- --skip ui --exact
20
21
build:
22
name: Rust ${{matrix.rust}}
0 commit comments