Skip to content

Arithmetic.jl: compare operator functions with egal #25

Arithmetic.jl: compare operator functions with egal

Arithmetic.jl: compare operator functions with egal #25

Workflow file for this run

name: Run test suite
on:
push:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
actions: write
contents: read
jobs:
test:
name: ${{ github.event_name }}
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
prefix: xvfb-run