Skip to content

Commit

Permalink
do not lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Fogapod committed Nov 8, 2023
1 parent bcd0ddc commit 2826b35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
toolchain: ${{ matrix.toolchain }}
- name: Rust cache
uses: Swatinem/rust-cache@v2
- name: cargo test --locked
run: cargo test --locked --all-features --all-targets
- name: cargo test
run: cargo test --all-features --all-targets
- name: cargo test --doc
run: cargo test --locked --all-features --doc
run: cargo test --all-features --doc

coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2826b35

Please sign in to comment.