chore: update deps and test fixes

This commit is contained in:
Ashley Wulber 2026-03-02 13:36:07 -05:00
parent 5432fee112
commit 0bfda2e28c
4 changed files with 36 additions and 25 deletions

View file

@ -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