Skip to content

Commit 193c053

Browse files
committed
fix(ci): Run cargo nextest using yonasBSD/toolkit
1 parent 4f87f4f commit 193c053

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/test-with-coverage.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,13 @@ jobs:
8686
with:
8787
tool: grcov,cargo-llvm-cov
8888

89-
- name: Install dependencies
90-
run: |
91-
curl --proto '=https' --tlsv1.3 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
92-
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d && mv bin/task /usr/local/bin/
93-
9489
- name: Run tests
90+
uses: yonasBSD/toolkit@main
9591
env:
9692
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
97-
run: |
98-
task test
93+
with:
94+
run: |
95+
task test
9996
10097
- name: Generate test results and coverage report
10198
env:

0 commit comments

Comments
 (0)