Skip to content

Add GHA-based testing #4

Add GHA-based testing

Add GHA-based testing #4

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
coverage: false

Check failure on line 31 in .github/workflows/runtests.yml

View workflow run for this annotation

GitHub Actions / Run tests

Invalid workflow file

The workflow is not valid. .github/workflows/runtests.yml (Line: 31, Col: 9): Unexpected value 'coverage'
# with:
# annotate: true