Skip to content

Commit

Permalink
Mock bcrypt during make test-integration (getodk#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-white authored and sadiqkhoja committed Sep 1, 2023
1 parent 22b989d commit c676f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c676f9b

Please sign in to comment.