Skip to content

QA: mark the KLU JET assertion broken on the LTS, where Base logging … #3656

QA: mark the KLU JET assertion broken on the LTS, where Base logging …

QA: mark the KLU JET assertion broken on the LTS, where Base logging … #3656

Workflow file for this run

name: IntegrationTest
on:
push:
branches: [main]
tags: [v*]
pull_request:
jobs:
test:
name: ${{ matrix.package.repo }}/${{ matrix.package.group }}
strategy:
fail-fast: false
matrix:
package:
- {user: SciML, repo: OrdinaryDiffEq.jl, group: InterfaceII}
- {user: SciML, repo: ModelingToolkit.jl, group: All}
- {user: SciML, repo: SciMLSensitivity.jl, group: Core1}
- {user: SciML, repo: BoundaryValueDiffEq.jl, group: All}
- {user: SciML, repo: NonlinearSolve.jl, group: Core}
uses: "SciML/.github/.github/workflows/downstream.yml@v1"
with:
owner: "${{ matrix.package.user }}"
repo: "${{ matrix.package.repo }}"
group: "${{ matrix.package.group }}"
julia-version: "lts"
secrets: "inherit"