Skip to content

Use SciMLTesting v1.0.0 (run_tests harness) #17

Use SciMLTesting v1.0.0 (run_tests harness)

Use SciMLTesting v1.0.0 (run_tests harness) #17

Workflow file for this run

name: "Tests"
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 != 'refs/heads/master' }}
jobs:
tests:
uses: "SciML/.github/.github/workflows/grouped-tests.yml@v1"
secrets: "inherit"