Do no test native module
This commit is contained in:
parent
bc0fe87942
commit
5e7005107d
1
Makefile
1
Makefile
@ -19,6 +19,7 @@ test: test-unit
|
|||||||
|
|
||||||
test-all: jshint test-missing-native test-unit test-integration test-native test-binary
|
test-all: jshint test-missing-native test-unit test-integration test-native test-binary
|
||||||
|
|
||||||
|
test-all-nonative: jshint test-unit test-integration test-binary
|
||||||
|
|
||||||
update-npm:
|
update-npm:
|
||||||
@npm i npm --global
|
@npm i npm --global
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
"minNativeVersion": "1.7.0",
|
"minNativeVersion": "1.7.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"changelog": "npm i github-changes && ./node_modules/.bin/github-changes -o brianc -r node-postgres -d pulls -a -v",
|
"changelog": "npm i github-changes && ./node_modules/.bin/github-changes -o brianc -r node-postgres -d pulls -a -v",
|
||||||
"test": "make test-all connectionString=postgres://postgres@localhost:5432/postgres"
|
"test": "make test-all-nonative connectionString=postgres://postgres@localhost:$PGPORT/postgres"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
Loading…
Reference in New Issue
Block a user