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 05d701e commit 5d5de01Copy full SHA for 5d5de01
.github/workflows/CI.yml
@@ -34,6 +34,8 @@ jobs:
34
${{ runner.os }}-
35
- uses: julia-actions/julia-buildpkg@v1
36
- uses: julia-actions/julia-runtest@v1
37
+ env:
38
+ GROUP: ${{ matrix.group }}
39
- uses: julia-actions/julia-processcoverage@v1
40
- uses: codecov/codecov-action@v1
41
with:
0 commit comments