Skip to content

tests: fix unexported tests #27

tests: fix unexported tests

tests: fix unexported tests #27

Workflow file for this run

name: Runtests
on:
push:
paths:
- 'src/**'
- 'test/**'
- '.github/workflows/Runtests.yml'
workflow_dispatch:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-arch: [x64]
os: [ubuntu-latest] # [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest