Skip to content

Add mass matrix support for FIRK and MIRK #845

Add mass matrix support for FIRK and MIRK

Add mass matrix support for FIRK and MIRK #845

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
tests:
uses: "SciML/.github/.github/workflows/grouped-tests.yml@v1"
with:
check-bounds: auto
secrets: "inherit"