summaryrefslogtreecommitdiff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-10-01 11:46:54 -0400
committerBen Gamari <ben@smart-cactus.org>2018-10-01 11:52:43 -0400
commit64475db050f25135e30d787ddeaf4e28ff00e1ef (patch)
treec0560120a9e5155bd467a13958738b1528ddc503 /.circleci/config.yml
parent0ac86cb77b54ae1c9a7ff377cef47fe14affdf65 (diff)
downloadhaskell-64475db050f25135e30d787ddeaf4e28ff00e1ef.tar.gz
circleci: Run slowtest with multiple threads
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 19780abbe9..a9c4cef207 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -71,7 +71,7 @@ aliases:
- &slowtest
run:
name: Full Test
- command: make slowtest SKIP_PERF_TESTS=YES
+ command: make slowtest SKIP_PERF_TESTS=YES THREADS=`mk/detect-cpu-count.sh` JUNIT_FILE=../../test-results/junit.xml
- &bindist
run:
name: Create bindist