Skip to content

Issue 49: Rename growth_rate_to_reproductive_ratio -> r_to_R #61

Issue 49: Rename growth_rate_to_reproductive_ratio -> r_to_R

Issue 49: Rename growth_rate_to_reproductive_ratio -> r_to_R #61

Workflow file for this run

name: Test EpiAware
on:
pull_request:
push:
branches: [main]
jobs:
test-EpiAware:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-julia
with:
version: '1.10.0'
- name: Run unit tests for EpiAware
run: julia --project=EpiAware -e 'using Pkg; Pkg.test(coverage = true)'