Skip to content

Sync fork master with upstream #32

Sync fork master with upstream

Sync fork master with upstream #32

Workflow file for this run

name: "Tests"
on:
pull_request:
branches:
- master
- 'release-'
- as/su-v4
paths-ignore:
- 'docs/**'
push:
branches:
- master
paths-ignore:
- 'docs/**'
- 'benchmark/**'
concurrency:
# Skip intermediate builds: always, but for the master branch.
# Cancel intermediate builds: always, but for the master branch.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
tests:
uses: "SciML/.github/.github/workflows/grouped-tests.yml@v1"
with:
coverage-directories: "src,ext,lib/ModelingToolkitBase/src,lib/ModelingToolkitBase/ext"
cache: false
secrets: "inherit"