Skip to content

Commit dd6bc39

Browse files
committed
Add locked flag when installing cargo-tarpaulin
1 parent ec5c4f1 commit dd6bc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-textabus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
key: sqlx-${{ env.SQLX_VERSION }}
7979
- name: Generate code coverage
80-
run: export $(cat .env.test | xargs) && cargo install cargo-tarpaulin@0.25.2 && cargo tarpaulin --verbose --workspace --out lcov --output-dir coverage
80+
run: export $(cat .env.test | xargs) && cargo install cargo-tarpaulin@0.25.2 --locked && cargo tarpaulin --verbose --workspace --out lcov --output-dir coverage
8181
env:
8282
DATABASE_URL: postgres://postgres:postgres@localhost/postgres
8383
- name: Coveralls GitHub Action

0 commit comments

Comments
 (0)