Skip to content

Commit

Permalink
ensure mailpit for unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercactapus committed Oct 22, 2024
1 parent 129c019 commit a5655f1
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 @@ -184,7 +184,7 @@ jest: $(NODE_DEPS)
$(MAKE) ensure-yarn
yarn run jest $(JEST_ARGS)

test: $(NODE_DEPS) jest ## Run all unit tests
test: $(NODE_DEPS) jest $(BIN_DIR)/tools/mailpit ## Run all unit tests
rm -rf $(PWD)/test/coverage/unit
mkdir -p $(PWD)/test/coverage/unit
go test -coverpkg=./... -short ./... -args -test.gocoverdir=$(PWD)/test/coverage/unit
Expand Down

0 comments on commit a5655f1

Please sign in to comment.