Skip to content

Commit

Permalink
Add test profile to set CPUs to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Jul 1, 2024
1 parent 565c3d4 commit cacfe1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ profiles {


test {
includeConfig 'tests/test_single_vcf.config'
includeConfig 'conf/test.config'
}

}
2 changes: 1 addition & 1 deletion nf-test.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ config {
testsDir "tests"
workDir ".nf-test"
configFile "tests/nextflow.config"
profile "development"
profile "development,test"

plugins {
load "[email protected]"
Expand Down

0 comments on commit cacfe1c

Please sign in to comment.