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 6e18a23 commit 8ebccb3Copy full SHA for 8ebccb3
.github/workflows/test.yaml
@@ -27,7 +27,9 @@ jobs:
27
- uses: Swatinem/rust-cache@v2
28
with:
29
cache-on-failure: true
30
- - uses: taiki-e/install-action@nextest
+ - uses: taiki-e/install-action@v2
31
+ with:
32
+ tool: [email protected]
33
- name: Run unit tests
34
run: cargo nextest run --all-features --workspace --locked -E '!kind(test)'
35
@@ -45,6 +47,8 @@ jobs:
45
47
46
48
49
50
51
52
53
- name: Run integration tests
54
run: cargo nextest run --all-features --workspace --locked --no-tests=pass -E 'kind(test)'
0 commit comments