Skip to content

Fix possible StackOverflowErrors for remake_buffer & InitializationProblems #105

Fix possible StackOverflowErrors for remake_buffer & InitializationProblems

Fix possible StackOverflowErrors for remake_buffer & InitializationProblems #105

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"