Skip to content

Commit 04f8c70

Browse files
authored
Fix unmnemonic code coverage job (#60)
1 parent 531c6d1 commit 04f8c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-unmnemonic-devices-vrs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
--locked
103103
- name: Generate code coverage
104104
working-directory: unmnemonic_devices_vrs
105-
run: export $(cat .env.test | xargs) && cargo install [email protected] && cargo tarpaulin --verbose --workspace --out lcov --output-dir coverage
105+
run: export $(cat .env.test | xargs) && cargo install [email protected] --locked && cargo tarpaulin --verbose --workspace --out lcov --output-dir coverage
106106
env:
107107
DATABASE_URL: postgres://postgres:postgres@localhost/postgres
108108
- name: Coveralls GitHub Action

0 commit comments

Comments
 (0)