Skip to content

feat: update LuxTestUtils to support 1.12 #670

feat: update LuxTestUtils to support 1.12

feat: update LuxTestUtils to support 1.12 #670

Workflow file for this run

name: CI (LuxTestUtils)
on:
pull_request:
branches:
- main
paths:
- ".github/workflows/CommonCI.yml"
- "lib/LuxTestUtils/**"
- ".github/workflows/CI_LuxTestUtils.yml"
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
test:
uses: ./.github/workflows/CommonCI.yml
with:
julia_version: "1.12"
project: "lib/LuxTestUtils"