We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae54abc commit 1c25747Copy full SHA for 1c25747
1 file changed
.github/workflows/ci.yml
@@ -42,8 +42,10 @@ jobs:
42
with:
43
repo-token: ${{ secrets.GITHUB_TOKEN }}
44
- uses: Swatinem/rust-cache@v2
45
+ - name: Install nextest
46
+ uses: taiki-e/install-action@nextest
47
- name: Run cargo tests
- run: cargo test
48
+ run: cargo nextest run
49
lint:
50
runs-on: ubuntu-latest
51
steps:
0 commit comments