Skip to content

Commit

Permalink
Merge branch 'build-with-locked-lockfile'
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed May 29, 2024
2 parents 3720aea + 8ac5795 commit 8548959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
default: true

- name: Build
run: cargo build --all-targets
run: cargo build --all-targets --locked

- name: Test
# Since the tests modify global state (the system firewall) they cannot run in parallel.
Expand Down

0 comments on commit 8548959

Please sign in to comment.