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

Commit 52c6d5d9 by Jan Aagaard Meier

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

1 parent d3f1b042
Showing with 1 additions and 7 deletions
......@@ -16,11 +16,6 @@ test: codeclimate
else
test:
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
# Unit tests
......@@ -133,4 +128,4 @@ all-cover: sqlite-cover mysql-cover postgres-cover postgres-native-cover mariadb
coveralls: sqlite-cover mysql-cover postgres-cover postgres-native-cover mariadb-cover merge-coverage coveralls-send
codeclimate: sqlite-cover mysql-cover postgres-cover postgres-native-cover mariadb-cover merge-coverage codeclimate-send
.PHONY: sqlite mysql postgres pgsql postgres-native postgresn all test
\ No newline at end of file
.PHONY: sqlite mysql postgres pgsql postgres-native postgresn all test
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!