We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c26536 commit cca2aa2Copy full SHA for cca2aa2
.circleci/config.yml
@@ -78,7 +78,7 @@ jobs:
78
- run: lein clean
79
# TODO: reenable when CLJS has spec2 implementation
80
# - run: lein with-profile test-web cljsbuild once test 2> >(tee -a stderr.log >&2)
81
- - run: cat stderr.log | grep -v "Options passed to ClojureScript compiler" | bin/check-for-warnings.sh
+ # - run: cat stderr.log | grep -v "Options passed to ClojureScript compiler" | bin/check-for-warnings.sh
82
- run: bin/tests
83
- run: bin/golden_master_test.sh
84
- run: bin/deps_test.sh
0 commit comments