Skip to content

Bump RecursiveArrayTools to v4.3.5 (#635) #803

Bump RecursiveArrayTools to v4.3.5 (#635)

Bump RecursiveArrayTools to v4.3.5 (#635) #803

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"