CI: Don't downloading already vendored dependencies (#2370)

This commit is contained in:
lifenjoiner 2023-04-15 03:21:22 +08:00 committed by GitHub
parent 5d551e54ce
commit dd1c066724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ jobs:
- name: Test suite
run: |
go version
go mod vendor
cd .ci
./ci-test.sh
cd -