Skip to content

Commit

Permalink
Nextest for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Jan 15, 2025
1 parent 89047c6 commit cd839b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@v2
with:
tool: cargo-nextest
# Required for copypasta builds on linux
- name: Install libxcb
run: sudo apt install libxcb1-dev libxcb-shape0-dev libxcb-xfixes0-dev
Expand All @@ -44,4 +48,4 @@ jobs:
- name: clippy
run: cargo clippy --all-targets --all-features
- name: "Test"
run: cargo test --all-features
run: cargo nextest run --all-features

0 comments on commit cd839b3

Please sign in to comment.