Skip to content

Commit

Permalink
fix: remove --locked when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
threadexio committed Mar 25, 2024
1 parent 851f277 commit 4fc5e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --workspace --all-features --no-run --locked
- run: cargo test --workspace --all-features --no-run
- run: cargo test --workspace --all-features -- --nocapture --quiet

doc:
Expand Down

0 comments on commit 4fc5e37

Please sign in to comment.