File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 9
9
tags : ' *'
10
10
jobs :
11
11
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 }}
13
13
runs-on : ${{ matrix.os }}
14
14
strategy :
15
15
fail-fast : false
47
47
- uses : julia-actions/julia-runtest@v1
48
48
env :
49
49
JULIA_NUM_THREADS : ${{ matrix.threads }}
50
+ TULLIO_TEST_GROUP : ${{ matrix.group }}
50
51
- uses : julia-actions/julia-processcoverage@v1
51
52
- uses : codecov/codecov-action@v1
52
53
with :
Original file line number Diff line number Diff line change 48
48
- uses : julia-actions/julia-runtest@v1
49
49
env :
50
50
JULIA_NUM_THREADS : ${{ matrix.threads }}
51
+ TULLIO_TEST_GROUP : ${{ matrix.group }}
51
52
- uses : julia-actions/julia-processcoverage@v1
52
53
- uses : codecov/codecov-action@v1
53
54
with :
You can’t perform that action at this time.
0 commit comments