Skip to content

Use SciMLTesting v1.1.0 (run_tests harness) #756

Use SciMLTesting v1.1.0 (run_tests harness)

Use SciMLTesting v1.1.0 (run_tests harness) #756

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
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*' }}
jobs:
tests:
uses: "SciML/.github/.github/workflows/grouped-tests.yml@v1"
with:
check-bounds: "auto"
secrets: "inherit"