ci: remove stale vendor directory before build
This commit is contained in:
parent
5b942a5fd6
commit
b2cca0a346
1 changed files with 3 additions and 0 deletions
|
|
@ -18,5 +18,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version-file: go.mod
|
go-version-file: go.mod
|
||||||
|
|
||||||
|
- name: Clean vendor
|
||||||
|
run: rm -rf vendor
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -race -v ./...
|
run: go test -race -v ./...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue