Skip to content

cache half-hessians of joints; #2

cache half-hessians of joints;

cache half-hessians of joints; #2

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
- dev
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.9.3']
julia-arch: [x64]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- name: Setup Julia environment
uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}
- name: Run Julia package tests
uses: julia-actions/julia-runtest@v1