Skip to content

Commit

Permalink
ci: test with --locked
Browse files Browse the repository at this point in the history
  • Loading branch information
bencevans committed Nov 28, 2024
1 parent 66e08c3 commit b5661d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# run: npm ci && npm run tauri build

- name: Run Rust Tests
run: mkdir -p build && cd src-tauri && cargo test -- --nocapture
run: mkdir -p build && cd src-tauri && cargo test --locked -- --nocapture

# - uses: tauri-apps/tauri-action@v0
# env:
Expand Down

0 comments on commit b5661d8

Please sign in to comment.