Skip to content

Commit

Permalink
add make test-full-slurm
Browse files Browse the repository at this point in the history
  • Loading branch information
orichters committed Feb 28, 2024
1 parent ba5b577 commit 17226fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ test-full: ## Run all tests, including coupling tests and a default
$(info Full tests take more than an hour to run, please be patient)
@TESTTHAT_RUN_SLOW=TRUE Rscript -e 'testthat::test_dir("tests/testthat")'

test-full-slurm: ##test-full, but on slurm
$(info Full tests take more than an hour to run, please be patient)
@sbatch --qos=priority --wrap="make test-full" --job-name=test-full --mail-type=END --output=test-full.log --comment="test-full.log"

test-validation: ## Run validation tests, requires a full set of runs in the output folder
$(info Run validation tests, requires a full set of runs in the output folder)
@TESTTHAT_RUN_SLOW=TRUE Rscript -e 'testthat::test_dir("tests/testthat/validation")'
Expand Down

0 comments on commit 17226fe

Please sign in to comment.