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 11bbd71 commit aa39700Copy full SHA for aa39700
Makefile
@@ -23,7 +23,7 @@ citest:
23
--volume $(PWD)/.git:/usr/src/app/.git:ro \
24
--volume /var/run/docker.sock:/var/run/docker.sock \
25
--volume $(CIRCLE_TEST_REPORTS):/usr/src/app/spec/reports \
26
- codeclimate/codeclimate -c "bundle exec rake spec:all spec:benchmark && bundle exec codeclimate-test-reporter"
+ codeclimate/codeclimate -c "bundle exec rake spec:all && bundle exec codeclimate-test-reporter && bundle exec rake spec:benchmark"
27
28
install:
29
bin/check
0 commit comments