Commit c10f0fcc authored by David Dorchies's avatar David Dorchies
Browse files

fix(ci): test_all does not report errors

Refs #175
parent cd99e616
No related merge requests found
Pipeline #50943 failed with stage
in 5 minutes and 19 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -69,7 +69,7 @@ before_script:
.test_all:
stage: check
script:
- R -q -e 'devtools::test()'
- R -q -e 'devtools::test(stop_on_failure = TRUE)'
benchmark_devel:
extends: .R-devel
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment