Skip to content
Snippets Groups Projects
Commit 64475db0 authored by Ben Gamari's avatar Ben Gamari
Browse files

circleci: Run slowtest with multiple threads

parent 0ac86cb7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment