Skip to content

Commit

Permalink
ci: Install cargo-nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Oct 27, 2024
1 parent b39d3d8 commit bb3af60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
tree --help
tree --gitignore -h
- name: Install cargo-nextest
run: |
wget https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.81/cargo-nextest-0.9.81-x86_64-unknown-linux-gnu.tar.gz
tar xzvf cargo-nextest-0.9.81-x86_64-unknown-linux-gnu.tar.gz
mv cargo-nextest ~/.cargo/bin
- name: Install plugin-cargo
run: cargo install --path .

Expand Down

0 comments on commit bb3af60

Please sign in to comment.