Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Jan 26, 2024
1 parent f9bbd6f commit 5c3ea4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cargo-

- name: Run tests
run: cargo test
run: cargo test --locked


unused-deps:
Expand All @@ -62,6 +62,6 @@ jobs:
tool: [email protected]

- name: Check for unused dependencies
run: cargo +nightly udeps --all-features --all-targets
run: cargo +nightly udeps --all-targets
env:
RUSTFLAGS: -D warnings

0 comments on commit 5c3ea4b

Please sign in to comment.