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 74a2be8 commit 440cd6aCopy full SHA for 440cd6a
tests/hpc/test-crew_sge.R
@@ -12,7 +12,7 @@ test_that("crew SGE with many tasks and many workers", {
12
)
13
tar_option_set(controller = crew::crew_controller_group(controller))
14
list(
15
- tar_target(x, seq_len(10000)),
+ tar_target(x, seq_len(10000), deployment = "main"),
16
tar_target(y, Sys.sleep(0.1), pattern = map(x))
17
18
})
0 commit comments