Skip to content

chore: formatting, removing tmthyln refs #14

chore: formatting, removing tmthyln refs

chore: formatting, removing tmthyln refs #14

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ main ]
paths-ignore:
- 'docs/**'
pull_request:
branches: [ main ]
paths-ignore:
- 'docs/**'
jobs:
julia-tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
julia-version: ['1.3', '1.6', '1.10']
steps:
# Checks-out repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v4
- name: Setup Julia environment
uses: julia-actions/[email protected]
with:
version: ${{ matrix.julia-version }}
arch: x64
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest