Skip to content

Commit

Permalink
Add --locked to test/check in CI workflow (#1234)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt authored Feb 5, 2025
1 parent d88fc1e commit d997a29
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
protobuf: true
fuse: true
components: ""
command: cargo check --all-features
command: cargo check --locked --all-features
- tool: fmt
protobuf: true
fuse: true
Expand Down Expand Up @@ -74,10 +74,9 @@ jobs:
uses: ./.github/actions/install-protobuf
- name: Install FUSE
uses: ./.github/actions/install-fuse
- run: cargo test -p sheepdog
- run: cargo test --locked -p sheepdog
timeout-minutes: 30


kani:
name: Kani Proofs
runs-on: ubuntu-latest
Expand Down

0 comments on commit d997a29

Please sign in to comment.