Skip to content

Commit 8ebccb3

Browse files
authored
fix: pin nextest version: (#177)
1 parent 6e18a23 commit 8ebccb3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
- uses: Swatinem/rust-cache@v2
2828
with:
2929
cache-on-failure: true
30-
- uses: taiki-e/install-action@nextest
30+
- uses: taiki-e/install-action@v2
31+
with:
32+
3133
- name: Run unit tests
3234
run: cargo nextest run --all-features --workspace --locked -E '!kind(test)'
3335

@@ -45,6 +47,8 @@ jobs:
4547
- uses: Swatinem/rust-cache@v2
4648
with:
4749
cache-on-failure: true
48-
- uses: taiki-e/install-action@nextest
50+
- uses: taiki-e/install-action@v2
51+
with:
52+
4953
- name: Run integration tests
5054
run: cargo nextest run --all-features --workspace --locked --no-tests=pass -E 'kind(test)'

0 commit comments

Comments
 (0)