Skip to content

Commit 7fc672c

Browse files
authored
Install cargo-nextest in job test
1 parent ce75963 commit 7fc672c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
run:
6161
sudo apt-get install tree
6262
- uses: extractions/setup-just@v2
63+
- uses: taiki-e/install-action@v2
64+
with:
65+
tool: nextest
6366
- name: test
6467
env:
6568
CI: true

0 commit comments

Comments
 (0)