Skip to content

Merge branch 'master' of https://github.com/byuflowlab/FLOWMath.jl in… #108

Merge branch 'master' of https://github.com/byuflowlab/FLOWMath.jl in…

Merge branch 'master' of https://github.com/byuflowlab/FLOWMath.jl in… #108

Workflow file for this run

name: Run tests
on:
push:
paths:
- '**.jl'
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.6']
julia-arch: [x64]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/[email protected]
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/julia-runtest@v1