Skip to content

Declare KLUFactorization public without a non-public Meta.parse call #174

Declare KLUFactorization public without a non-public Meta.parse call

Declare KLUFactorization public without a non-public Meta.parse call #174

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags: ['*']
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
tests:
uses: "SciML/.github/.github/workflows/grouped-tests.yml@v1"
with:
coverage: false
secrets: "inherit"