Skip to content

Update unit_conversions.jl with comment from #86 #56

Update unit_conversions.jl with comment from #86

Update unit_conversions.jl with comment from #86 #56

Workflow file for this run

name: Julia tests
on:
workflow_dispatch:
push:
paths-ignore:
- "**.md"
branches:
- main
pull_request:
paths-ignore:
- "**.md"
jobs:
test:
runs-on: ${{ matrix.os }}
env:
JULIA_MARGO_LOAD_PYPLOT: nope
# Uncomment if you want to see all results for all OSses. Otherwise, the first failed test cancels all others
# continue-on-error: true
strategy:
matrix:
julia-version: ["1.6", "1.7"]
os: [ubuntu-latest, macOS-latest]
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/julia-runtest@v1