File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1616 matrix :
1717 version :
1818 - ' 1.5'
19+ - ' 1.6-nightly'
1920 - ' nightly'
2021 os :
2122 - ubuntu-latest
2930 with :
3031 version : ${{ matrix.version }}
3132 arch : ${{ matrix.arch }}
33+ - name : Retrieve system info
34+ run : |
35+ echo "::set-output name=cpu_threads::$(julia -e 'println(Sys.CPU_THREADS)')"
36+ id : sysinfo
3237 - uses : actions/cache@v1
3338 env :
3439 cache-name : cache-artifacts
4449 git config --global user.name Tester
4550 git config --global user.email te@st.er
4651 - uses : julia-actions/julia-runtest@latest
52+ env :
53+ JULIA_NUM_THREADS : ${{ steps.sysinfo.outputs.cpu_threads }}
4754 continue-on-error : ${{ matrix.version == 'nightly' }}
4855 - uses : julia-actions/julia-processcoverage@v1
4956 - uses : codecov/codecov-action@v1
You can’t perform that action at this time.
0 commit comments