1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00

fix go build dirs

This commit is contained in:
Tony 2020-03-31 20:26:09 +08:00 committed by GitHub
parent 926714a3f0
commit fa1aaa5475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,4 +31,4 @@ jobs:
fi
- name: Build
run: go build -v .
run: go build -v ./...