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