We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def8295 commit 8278ef2Copy full SHA for 8278ef2
.github/workflows/future_tests.yaml
@@ -20,6 +20,7 @@ jobs:
20
- { plan: 'multicore' }
21
- { plan: 'multisession' }
22
- { plan: 'sequential' }
23
+ - { plan: 'plan(cluster, workers = parallelly::makeClusterSequential())' }
24
- { plan: 'future.batchtools::batchtools_local' }
25
- { plan: 'future.batchtools::batchtools_bash' }
26
- { plan: 'future.callr::callr' }
@@ -84,7 +85,7 @@ jobs:
84
85
run: |
86
R CMD build --no-build-vignettes --no-manual .
87
R CMD INSTALL *.tar.gz
- Rscript -e future.tests::check --args --test-plan=${{ matrix.future.plan }}
88
+ Rscript -e future.tests::check --args --test-plan="${{ matrix.future.plan }}"
89
90
- name: Upload check results
91
if: failure()
0 commit comments