Skip to content

Commit

Permalink
Use pre-built nextest binary
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Jan 3, 2024
1 parent e5cb188 commit 2648302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
*windows*) echo "RUSTFLAGS=-Clink-arg=/DEBUG:NONE" >> $GITHUB_ENV ;;
esac
- name: Install nextest
run: cargo install cargo-nextest --locked
- name: Install latest nextest
uses: taiki-e/install-action@nextest

- name: Run tests
run: cargo nextest run --exclude zenoh-examples --exclude zenoh-plugin-example --workspace
Expand Down

0 comments on commit 2648302

Please sign in to comment.