Skip to content

Merge pull request #112 from SciML/as/bump-version #126

Merge pull request #112 from SciML/as/bump-version

Merge pull request #112 from SciML/as/bump-version #126

Workflow file for this run

name: "Tests"
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
tests:
name: "Tests"
strategy:
matrix:
group:
- "Core"
- "Downstream"
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
group: "${{ matrix.group }}"
secrets: "inherit"