Skip to content

Update functions and introduce model sub-types to support non-constant aerodynamic roughnesses. #1016

Update functions and introduce model sub-types to support non-constant aerodynamic roughnesses.

Update functions and introduce model sub-types to support non-constant aerodynamic roughnesses. #1016

Workflow file for this run

name: ci
on:
push:
tags: '*'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: ci ${{ matrix.version }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
version:
- '1.10'
- '1.11'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@latest
- uses: codecov/codecov-action@v5
with:
file: lcov.info