Skip to content

fix: suppress 'press q' prompt when input_stream is devnull #1516

fix: suppress 'press q' prompt when input_stream is devnull

fix: suppress 'press q' prompt when input_stream is devnull #1516

Workflow file for this run

name: Benchmark a pull request
on:
pull_request_target:
branches:
- master
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
permissions:
pull-requests: write
jobs:
bench:
runs-on: ubuntu-latest
steps:
- uses: MilesCranmer/AirspeedVelocity.jl@action-v1
with:
julia-version: "1"
exeflags: "-O3 --threads=auto"