Skip to content

Commit

Permalink
added test-fast in Makefile (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiqkhoja authored Oct 2, 2023
1 parent a5ba42c commit 104316e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,15 @@ debug: base
.PHONY: test
test: lint
BCRYPT=no npx mocha --recursive --exit

.PHONY: test-full
test-full: lint
npx mocha --recursive --exit

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

.PHONY: test-integration
test-integration: node_version
BCRYPT=no npx mocha --recursive test/integration --exit
Expand Down

0 comments on commit 104316e

Please sign in to comment.