Skip to content

Commit e44fe8d

Browse files
author
Aaron Fenyes
committed
Install Nextest correctly during CI
1 parent 6ec80bf commit e44fe8d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
override: true
4242
- uses: Swatinem/rust-cache@v2
4343
- name: Install test dependencies
44-
run: cargo install cargo-nextest cargo-expand
44+
run: |
45+
cargo install cargo-nextest --locked
46+
cargo install cargo-expand
4547
- name: Run tests
4648
run: cargo nextest run
4749
- name: Run documentation tests

0 commit comments

Comments
 (0)