mirror of
https://github.com/spf13/viper
synced 2025-05-06 04:07:17 +00:00
start the script by vendoring first
This commit is contained in:
parent
713af2cac4
commit
146f689044
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ matrix:
|
||||||
install: true
|
install: true
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go mod tidy
|
- go mod vendor
|
||||||
- diff -u <(echo -n) <(gofmt -d .)
|
- diff -u <(echo -n) <(gofmt -d .)
|
||||||
- go test -v -mod=vendor ./...
|
- go test -v -mod=vendor ./...
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue