Skip to content

Commit aa39700

Browse files
committed
Change order of operations in make citest
1 parent 11bbd71 commit aa39700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ citest:
2323
--volume $(PWD)/.git:/usr/src/app/.git:ro \
2424
--volume /var/run/docker.sock:/var/run/docker.sock \
2525
--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"
26+
codeclimate/codeclimate -c "bundle exec rake spec:all && bundle exec codeclimate-test-reporter && bundle exec rake spec:benchmark"
2727

2828
install:
2929
bin/check

0 commit comments

Comments
 (0)