v0.18.4: cargo --locked everywhere — hard-fail dependency races

This commit is contained in:
MattJackson
2026-05-09 20:30:34 -07:00
parent 385c9f094c
commit d94451954c
4 changed files with 23 additions and 5 deletions
+2 -2
View File
@@ -14,14 +14,14 @@ jobs:
with:
components: clippy, rustfmt
- run: cargo fmt --check
- run: cargo clippy -- -D warnings
- run: cargo clippy --locked -- -D warnings
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: dtolnay/rust-toolchain@1.86.0
- run: cargo test --tests
- run: cargo test --locked --tests
check-macos:
runs-on: macos-latest