Skip to content

Commit

Permalink
#357 try --locked build
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Mar 25, 2022
1 parent 3b82237 commit aaf0202
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,14 @@ jobs:
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
run: cargo llvm-cov --all-features --workspace --lcov --locked --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
fail_ci_if_error: true

fmt:
name: Rustfmt
runs-on: ubuntu-latest
Expand Down

0 comments on commit aaf0202

Please sign in to comment.