Skip to content

Commit 99df7b7

Browse files
committed
ci: Run tests with nextest
1 parent c89b9cd commit 99df7b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ jobs:
3131
profile: minimal
3232
override: true
3333

34+
- name: Install nextest
35+
uses: taiki-e/install-action@nextest
36+
3437
- name: Run tests
35-
run: cargo test
38+
run: cargo nextest run
3639

3740
- name: Check for snapshot changes
3841
run: |

0 commit comments

Comments
 (0)