start the script by vendoring first

This commit is contained in:
Cody Lee 2020-02-26 17:07:36 -06:00
parent 713af2cac4
commit 146f689044
No known key found for this signature in database
GPG key ID: F967B79BA7C600E1

View file

@ -20,7 +20,7 @@ matrix:
install: true
script:
- go mod tidy
- go mod vendor
- diff -u <(echo -n) <(gofmt -d .)
- go test -v -mod=vendor ./...