Skip to content

Simplify root CI to grouped-tests.yml (matrix from test/test_groups.t… #754

Simplify root CI to grouped-tests.yml (matrix from test/test_groups.t…

Simplify root CI to grouped-tests.yml (matrix from test/test_groups.t… #754

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"