diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index a9480b4bb..2100a636a 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -64,6 +64,8 @@ jobs: rcmdcheck stan-dev/cmdstanr testthat + future + future.apply - name: Install cmdstan if: runner.os != 'Windows' diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 80a3dc9fd..cd47d9469 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -38,6 +38,8 @@ jobs: covr stan-dev/cmdstanr testthat + future + future.apply - name: Install cmdstan if: runner.os != 'Windows'