Skip to content

Add Lobatto IIIa-c and Radau IIa solvers #56

Add Lobatto IIIa-c and Radau IIa solvers

Add Lobatto IIIa-c and Radau IIa solvers #56

Workflow file for this run

name: "Tests"
on:
pull_request:
branches:
- master
- 'release-'
paths-ignore:
- 'docs/**'
push:
branches:
- master
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch || github.ref != 'refs/tags/v*' }}
env:
RETESTITEMS_NWORKERS: 4
RETESTITEMS_NWORKER_THREADS: 2
jobs:
tests:
name: "Tests"
strategy:
fail-fast: false
matrix:
os:
- "ubuntu-latest"
- "macos-latest"
- "windows-latest"
group:
- "MIRK"
- "MISC"
- "SHOOTING"
- "FIRK"
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
os: "${{ matrix.os }}"
group: "${{ matrix.group }}"
secrets: "inherit"