Skip to content

Commit

Permalink
add mailpit as smoketest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercactapus committed Oct 7, 2024
1 parent 4fefd1e commit 58009c5
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 @@ -266,7 +266,7 @@ playwright-ui: $(NODE_DEPS) bin/mockoidc web/src/build/static/app.js bin/goalert
yarn playwright install chromium
yarn playwright test --ui

smoketest:
smoketest: $(BIN_DIR)/tools/mailpit
rm -rf test/coverage/smoke
mkdir -p test/coverage/smoke
(cd test/smoke && go test -coverpkg=../../... -parallel 10 -timeout 20m -args -test.gocoverdir=$(PWD)/test/coverage/smoke)
Expand Down

0 comments on commit 58009c5

Please sign in to comment.