diff --git a/Makefile b/Makefile index 9ba037285..a935a8f7f 100644 --- a/Makefile +++ b/Makefile @@ -33,14 +33,14 @@ debug: base .PHONY: test test: lint - env BCRYPT=no npx mocha --recursive --exit + BCRYPT=no npx mocha --recursive --exit .PHONY: test-full test-full: lint npx mocha --recursive --exit .PHONY: test-integration test-integration: node_version - npx mocha --recursive test/integration --exit + BCRYPT=no npx mocha --recursive test/integration --exit .PHONY: test-unit test-unit: node_version