0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-09-20 01:22:45 +02:00

align build stage testing with other plugins

This commit is contained in:
Colin Hoglund 2018-02-13 23:49:47 -05:00
parent cfb097f407
commit 047967e4da

View File

@ -8,7 +8,8 @@ pipeline:
commands:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure
- go test ./...
- go vet ./...
- go test -cover ./...
- sh .drone.sh
publish: