mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-28 18:13:14 +00:00
Merge pull request #311 from logos-blockchain/arjentix/fix-ci-nextest-installation
fix: install cargo-nextest with locked option
This commit is contained in:
commit
3752c39bad
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
||||
run: rustup install
|
||||
|
||||
- name: Install nextest
|
||||
run: cargo install cargo-nextest
|
||||
run: cargo install --locked cargo-nextest
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user