Skip to content

Commit

Permalink
Actions: explicitly install cargo-nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Oct 19, 2024
1 parent a13cec6 commit ed8aaf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
with:
toolchain: ${{ matrix.rust-version }}

- name: Install cargo-nextest
run: cargo install cargo-nextest

- name: Wait for node to start booting
run: sleep 15

Expand Down

0 comments on commit ed8aaf0

Please sign in to comment.