Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 52c6d5d9
authored
Apr 07, 2015
by
Jan Aagaard Meier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
There's really no reason to run integration tests twice ...
1 parent
d3f1b042
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
7 deletions
Makefile
Makefile
View file @
52c6d5d
...
...
@@ -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
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment