Skip to content

Commit bc7c5cd

Browse files
authored
Apply suggestions from code review
1 parent 01b1cbb commit bc7c5cd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci-julia-nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
tags: '*'
1010
jobs:
1111
test-julia-nightly:
12-
name: v${{ matrix.version }}/t-${{ matrix.threads }}/group-${{ matrix.group }}/${{ github.event_name }}/${{ matrix.arch }}+${{ matrix.os }}
12+
name: NIGHTLY/t-${{ matrix.threads }}/group-${{ matrix.group }}/${{ github.event_name }}/${{ matrix.arch }}+${{ matrix.os }}
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
fail-fast: false
@@ -47,6 +47,7 @@ jobs:
4747
- uses: julia-actions/julia-runtest@v1
4848
env:
4949
JULIA_NUM_THREADS: ${{ matrix.threads }}
50+
TULLIO_TEST_GROUP: ${{ matrix.group }}
5051
- uses: julia-actions/julia-processcoverage@v1
5152
- uses: codecov/codecov-action@v1
5253
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- uses: julia-actions/julia-runtest@v1
4949
env:
5050
JULIA_NUM_THREADS: ${{ matrix.threads }}
51+
TULLIO_TEST_GROUP: ${{ matrix.group }}
5152
- uses: julia-actions/julia-processcoverage@v1
5253
- uses: codecov/codecov-action@v1
5354
with:

0 commit comments

Comments
 (0)