Skip to content

docs: build and deploy docs #4

docs: build and deploy docs

docs: build and deploy docs #4

Workflow file for this run

name: Run tests
on: [pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.10'] #, '1', 'nightly']
julia-arch: [x64] #, x86]
os: [ubuntu-latest] #, windows-latest, macOS-latest]
# exclude:
# - os: macOS-latest
# julia-arch: x86
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
annotate: true