File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 7676 # command: lein with-profile -dev,+check check 2>&1 | grep -v "form-init.*clj" | bin/check-for-warnings.sh
7777 - run : TEST_CHECK_FACTOR=20 lein with-profile test-common test
7878 - run : lein clean
79- - run : lein with-profile test-web cljsbuild once test 2> >(tee -a stderr.log >&2)
79+ # TODO: reenable when CLJS has spec2 implementation
80+ # - run: lein with-profile test-web cljsbuild once test 2> >(tee -a stderr.log >&2)
8081 - run : cat stderr.log | grep -v "Options passed to ClojureScript compiler" | bin/check-for-warnings.sh
8182 - run : bin/tests
8283 - run : bin/golden_master_test.sh
@@ -163,9 +164,10 @@ workflows:
163164 - test_current :
164165 requires :
165166 - build
166- - test_cljs_old :
167- requires :
168- - build
167+ # TODO: reenable when CLJS has spec2 implementation
168+ # - test_cljs_old:
169+ # requires:
170+ # - build
169171 - test_clj_old :
170172 requires :
171173 - build
You can’t perform that action at this time.
0 commit comments