mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
CI update
This commit is contained in:
3
.github/workflows/gf.yml
vendored
3
.github/workflows/gf.yml
vendored
@ -81,10 +81,11 @@ jobs:
|
||||
run: |
|
||||
cd contrib
|
||||
for file in `find . -name go.mod`; do
|
||||
cd $(dirname $file)
|
||||
cd ${file%/*}
|
||||
go mod tidy
|
||||
go build ./...
|
||||
go test ./...
|
||||
cd -
|
||||
done
|
||||
|
||||
- name: Run i386 Arch Test
|
||||
|
||||
Reference in New Issue
Block a user