Skip to content

Commit

Permalink
Remove --locked since Cargo.lock is not versioned here
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Jul 17, 2024
1 parent 77acfaa commit ad758b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
default: true

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

- name: Test
run: cargo test --locked
run: cargo test

# Make sure documentation builds without warnings (broken links etc)
- name: Generate documentation
Expand Down

0 comments on commit ad758b2

Please sign in to comment.