Skip to content

Commit 1c25747

Browse files
emiioanEmi Ioan
andauthored
switched cargo tests to use nextext (#169)
Co-authored-by: Emi Ioan <ioan@team.optycode.com>
1 parent ae54abc commit 1c25747

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ jobs:
4242
with:
4343
repo-token: ${{ secrets.GITHUB_TOKEN }}
4444
- uses: Swatinem/rust-cache@v2
45+
- name: Install nextest
46+
uses: taiki-e/install-action@nextest
4547
- name: Run cargo tests
46-
run: cargo test
48+
run: cargo nextest run
4749
lint:
4850
runs-on: ubuntu-latest
4951
steps:

0 commit comments

Comments
 (0)