Improved tests

This commit is contained in:
2019-04-29 01:00:57 +09:00
parent a305bb1c58
commit 998407a8f3
2 changed files with 9 additions and 8 deletions

View File

@ -6,13 +6,14 @@ steps:
image: animenotifier/notify.moe
environment:
GO111MODULE: on
ARN_ROOT: /drone/src
commands:
- go version
- go mod download
- tsc
- pack
- go build -v
- go test -v -coverprofile=coverage.txt ./...
- go test -v -coverprofile=coverage.txt .
# - go mod download
# - make tools
# - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash