不要怂,就是干,撸起袖子干!

Commit 52c6d5d9 by Jan Aagaard Meier

There's really no reason to run integration tests twice ...

1 parent d3f1b042
Showing with 0 additions and 5 deletions
...@@ -16,11 +16,6 @@ test: codeclimate ...@@ -16,11 +16,6 @@ test: codeclimate
else else
test: test:
make jshint && make teaser && make test-unit && make test-integration make jshint && make teaser && make test-unit && make test-integration
@if [ "$$GREP" ]; then \
make jshint && make teaser && ./node_modules/mocha/bin/mocha --globals setImmediate,clearImmediate --ui tdd --check-leaks --colors -t 15000 --reporter $(REPORTER) -g "$$GREP" $(TESTS); \
else \
make jshint && make teaser && ./node_modules/mocha/bin/mocha --globals setImmediate,clearImmediate --ui tdd --check-leaks --colors -t 15000 --reporter $(REPORTER) $(TESTS); \
fi
endif endif
# Unit tests # Unit tests
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!