Skip to content

set helicopter figure of merit to zero if power is negative #102

set helicopter figure of merit to zero if power is negative

set helicopter figure of merit to zero if power is negative #102

Workflow file for this run

name: Run tests
on:
push:
paths:
- '**.jl'
- '**.toml'
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.6', '1']
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@master