Execute e2e tests with compile flags -w -s

This commit is contained in:
Jannis Mattheis 2019-01-20 11:40:24 +01:00
parent ade175119a
commit 0927616f30
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ format:
goimports -w $(shell find . -type f -name '*.go' -not -path "./vendor/*")
test-js:
go build -o removeme/gotify app.go
go build -ldflags="-s -w" -o removeme/gotify app.go
(cd ui && CI=true GOTIFY_EXE=../removeme/gotify npm test)
rm -rf removeme