Add support for an external synchronous compiler to discrete and hybrid systems #76
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Benchmark this PR | |
on: | |
pull_request: | |
branches: | |
- master | |
paths-ignore: | |
- 'docs/**' | |
permissions: | |
pull-requests: write # needed to post comments | |
jobs: | |
bench: | |
name: "Benchmarks" | |
strategy: | |
matrix: | |
version: | |
- "1" | |
- "lts" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1 | |
with: | |
julia-version: "${{ matrix.version }}" |