Skip to content

Commit 6923730

Browse files
committed
Update CI workflow
1 parent 3b0225d commit 6923730

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/CI.yml

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- windows-latest
2323
arch:
2424
- x64
25+
group:
26+
- TestPlans
27+
- FFTW
2528
steps:
2629
- uses: actions/checkout@v2
2730
- uses: julia-actions/setup-julia@v1
@@ -40,7 +43,10 @@ jobs:
4043
${{ runner.os }}-
4144
- uses: julia-actions/julia-buildpkg@v1
4245
- uses: julia-actions/julia-runtest@v1
46+
env:
47+
GROUP: ${{ matrix.group }}
4348
- uses: julia-actions/julia-processcoverage@v1
4449
- uses: codecov/codecov-action@v1
4550
with:
4651
file: lcov.info
52+
flag-name: group-${{ matrix.group }} # unique name for coverage report of each group

0 commit comments

Comments
 (0)