Skip to content

Adjust to stackless compiler changes #19

Adjust to stackless compiler changes

Adjust to stackless compiler changes #19

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
# needed to allow julia-actions/cache to delete old caches that it has created
permissions:
actions: write
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
# Eventually, we'll put '1' here as well
julia-version: ['nightly']
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
arch: x64
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
coverage: false
# with:
# annotate: true