Skip to content

Commit

Permalink
Make tests faster by default, more tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bhb committed Jun 1, 2018
1 parent 429f4ae commit 97af584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- run: bin/install-chrome
- run: sudo bin/install-node && npm install
- run: lein check
- run: TEST_CHECK_FACTOR=10 lein with-profile test-common test
- run: TEST_CHECK_FACTOR=20 lein with-profile test-common test
- run: lein with-profile +test-common eftest
- run: lein clean && lein with-profile test-web cljsbuild once test && bin/tests
- run: lein jar && diff -u <(jar tf target/*.jar | sort) <(cat expected-jar-contents.txt | sort)
Expand Down
2 changes: 1 addition & 1 deletion test/expound/alpha_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#?(:clj [orchestra.spec.test :as orch.st]
:cljs [orchestra-cljs.spec.test :as orch.st])))

(def num-tests 10)
(def num-tests 5)

(use-fixtures :once
test-utils/check-spec-assertions
Expand Down

0 comments on commit 97af584

Please sign in to comment.