Execute e2e tests with compile flags -w -s
This commit is contained in:
parent
ade175119a
commit
0927616f30
2
Makefile
2
Makefile
|
|
@ -27,7 +27,7 @@ format:
|
||||||
goimports -w $(shell find . -type f -name '*.go' -not -path "./vendor/*")
|
goimports -w $(shell find . -type f -name '*.go' -not -path "./vendor/*")
|
||||||
|
|
||||||
test-js:
|
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)
|
(cd ui && CI=true GOTIFY_EXE=../removeme/gotify npm test)
|
||||||
rm -rf removeme
|
rm -rf removeme
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue