Skip to content

feat: update to latest Lux and LuxCore releases #27

feat: update to latest Lux and LuxCore releases

feat: update to latest Lux and LuxCore releases #27

Workflow file for this run

name: "Tests"
on:
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
push:
branches:
- main
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch || github.ref != 'refs/tags/v*' }}
jobs:
tests:
name: "Tests"
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
group: "CPU"
secrets: "inherit"