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 - name: Test suite
run: | run: |
go version go version
go mod vendor
cd .ci cd .ci
./ci-test.sh ./ci-test.sh
cd - cd -