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: Nightly 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]
steps:
# Checks-out repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v4
- name: Setup Julia environment
uses: julia-actions/[email protected]
with:
version: 'nightly'
arch: x64
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest