Raise LinearSolve test floor for BigFloat BVPs #175
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Sublibrary CI | |
| on: | |
| pull_request: | |
| branches: | |
| - master | |
| paths-ignore: | |
| - 'docs/**' | |
| push: | |
| branches: | |
| - master | |
| paths-ignore: | |
| - 'docs/**' | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }} | |
| jobs: | |
| sublibraries: | |
| uses: "SciML/.github/.github/workflows/sublibrary-project-tests.yml@v1" | |
| with: | |
| group-env-name: BOUNDARYVALUEDIFFEQ_TEST_GROUP | |
| check-bounds: auto | |
| secrets: "inherit" |