Skip to content

Commit

Permalink
Update BCRYPT env variable for test-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-white committed Feb 15, 2024
1 parent 88d9936 commit c9b0d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test: lint

.PHONY: test-fast
test-fast: node_version
BCRYPT=no npx mocha --recursive --exit --fgrep @slow --invert
BCRYPT=insecure npx mocha --recursive --exit --fgrep @slow --invert

.PHONY: test-integration
test-integration: node_version
Expand Down

0 comments on commit c9b0d3e

Please sign in to comment.