chore: update deps and test fixes
This commit is contained in:
parent
5432fee112
commit
0bfda2e28c
4 changed files with 36 additions and 25 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
- name: Rust toolchain
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
- name: Test features
|
||||
run: cargo test --no-default-features --features "${{ matrix.features }}"
|
||||
run: cargo test --no-default-features --features "${{ matrix.features }}" -- --test-threads=1
|
||||
env:
|
||||
RUST_BACKTRACE: full
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue