Merge pull request #311 from logos-blockchain/arjentix/fix-ci-nextest-installation

fix: install cargo-nextest with locked option
This commit is contained in:
Daniil Polyakov 2026-01-26 16:56:16 +03:00 committed by GitHub
commit 3752c39bad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: