Skip to content

Commit

Permalink
Make unit test single threaded so that running all tests locally can …
Browse files Browse the repository at this point in the history
…be stable.
  • Loading branch information
ygliuvt committed Aug 12, 2020
1 parent 9ee2b8a commit 70f5ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-lib/src/cmr/common/test/runners/default.clj
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
(integration-test-namespaces))

test-results-handler (fail-fast?->test-results-handler fail-fast?)
unittest-results (run-tests unit-test-namespaces true)
unittest-results (run-tests unit-test-namespaces false)
inttest-results (run-tests integration-test-namespaces false)
[took test-results] (u/time-execution
(test-results-handler
Expand Down

0 comments on commit 70f5ff1

Please sign in to comment.