File tree Expand file tree Collapse file tree 2 files changed +39
-51
lines changed Expand file tree Collapse file tree 2 files changed +39
-51
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : " Run Tests"
2+
3+ on :
4+ pull_request :
5+ branches :
6+ - master
7+ paths-ignore :
8+ - ' docs/**'
9+ push :
10+ branches :
11+ - master
12+ paths-ignore :
13+ - ' docs/**'
14+
15+ concurrency :
16+ group : ${{ github.workflow }}-${{ github.ref }}
17+ cancel-in-progress : ${{ github.ref_name != github.event.repository.default_branch || github.ref != 'refs/tags/v*' }}
18+
19+ env :
20+ JULIA_NUM_THREADS : 11
21+
22+ jobs :
23+ tests :
24+ name : " Tests"
25+ strategy :
26+ fail-fast : false
27+ matrix :
28+ version :
29+ - " 1"
30+ group :
31+ - " Core"
32+ - " Downstream"
33+ - " QA"
34+ - " Python"
35+ uses : " SciML/.github/.github/workflows/tests.yml@v1"
36+ with :
37+ group : " ${{ matrix.group }}"
38+ julia-version : " ${{ matrix.version }}"
39+ secrets : " inherit"
You can’t perform that action at this time.
0 commit comments