From b16cd2dc8540dedfee87191b27f986b14f134924 Mon Sep 17 00:00:00 2001 From: John Guo Date: Wed, 11 May 2022 17:11:18 +0800 Subject: [PATCH] ci updates --- .github/workflows/gf.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gf.yml b/.github/workflows/gf.yml index 4d8b037b4..efcb5cd6a 100644 --- a/.github/workflows/gf.yml +++ b/.github/workflows/gf.yml @@ -123,7 +123,7 @@ jobs: go mod tidy go build ./... GOARCH=386 go test ./... || exit 1 - GOARCH=amd64 go test ./... -race -coverprofile=coverage.txt -covermode=atomic -coverpkg=./...,github.com/gogf/gf/v2/... || exit 1 + GOARCH=amd64 go test ./... -race -coverprofile=coverage.txt -covermode=atomic -coverpkg=./...,github.com/gogf/gf/... || exit 1 - name: Example Build & Test run: | @@ -131,7 +131,7 @@ jobs: go mod tidy go build ./... GOARCH=386 go test ./... || exit 1 - GOARCH=amd64 go test ./... -race -coverprofile=coverage.txt -covermode=atomic -coverpkg=./...,github.com/gogf/gf/v2/... || exit 1 + GOARCH=amd64 go test ./... -race -coverprofile=coverage.txt -covermode=atomic -coverpkg=./...,github.com/gogf/gf/... || exit 1 - name: Contrib Build & Test run: | @@ -146,7 +146,7 @@ jobs: go mod tidy go build ./... GOARCH=386 go test ./... || exit 1 - GOARCH=amd64 go test ./... -race -coverprofile=coverage.txt -covermode=atomic -coverpkg=./...,github.com/gogf/gf/v2/... || exit 1 + GOARCH=amd64 go test ./... -race -coverprofile=coverage.txt -covermode=atomic -coverpkg=./...,github.com/gogf/gf/... || exit 1 cd - done @@ -154,7 +154,7 @@ jobs: run: | go build ./... GOARCH=386 go test -v ./... || exit 1 - GOARCH=amd64 go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic -coverpkg=./...,github.com/gogf/gf/v2/... || exit 1 + GOARCH=amd64 go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic || exit 1 # - name: Merge Coverage # run: |