Skip to content

compat: drop the unregistered SafeTestsets 1.x major (#342) #327

compat: drop the unregistered SafeTestsets 1.x major (#342)

compat: drop the unregistered SafeTestsets 1.x major (#342) #327

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_name != github.event.repository.default_branch || github.ref != 'refs/tags/v*' }}
jobs:
tests:
uses: "SciML/.github/.github/workflows/grouped-tests.yml@v1"
secrets: "inherit"