We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f87f4f commit 193c053Copy full SHA for 193c053
1 file changed
.github/workflows/test-with-coverage.yaml
@@ -86,16 +86,13 @@ jobs:
86
with:
87
tool: grcov,cargo-llvm-cov
88
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
-
94
- name: Run tests
+ uses: yonasBSD/toolkit@main
95
env:
96
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
97
98
- task test
+ with:
+ run: |
+ task test
99
100
- name: Generate test results and coverage report
101
0 commit comments