diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index fc82915..c711a5b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -41,7 +41,7 @@ jobs: toolchain: 1.78.0 components: rust-src - run: cargo test --release - - uses: cargo-bins/cargo-binstall@v1.10.13 + - uses: cargo-bins/cargo-binstall@v1.10.16 - run: cargo binstall cargo-expand --no-confirm - run: cargo test - run: cargo test --manifest-path tests/other-tests/Cargo.toml -- --test-threads=1