mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
improve package gdb
This commit is contained in:
9
.github/workflows/gf.yml
vendored
9
.github/workflows/gf.yml
vendored
@ -119,7 +119,6 @@ jobs:
|
||||
cd cmd/gf
|
||||
go mod tidy
|
||||
go build ./...
|
||||
go test ./...
|
||||
GOARCH=386 go test ./... || exit 1
|
||||
GOARCH=amd64 go test ./... -race -coverprofile=coverage.txt -covermode=atomic || exit 1
|
||||
|
||||
@ -148,12 +147,10 @@ jobs:
|
||||
cd -
|
||||
done
|
||||
|
||||
- name: Run i386 Arch Test
|
||||
run: |
|
||||
GOARCH=386 go test -v ./... || exit 1
|
||||
|
||||
- name: Run amd64 Arch Test
|
||||
- name: Main Build & Test
|
||||
run: |
|
||||
go build ./...
|
||||
GOARCH=386 go test -v ./... || exit 1
|
||||
GOARCH=amd64 go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic || exit 1
|
||||
|
||||
- name: Report Coverage
|
||||
|
||||
Reference in New Issue
Block a user