Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kl7sn/ego
Browse files Browse the repository at this point in the history
  • Loading branch information
kl7sn committed Feb 20, 2024
2 parents 3a89e56 + fa3e07e commit d8e3b92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:

- name: Build
run: go build -v ./...

- name: Test
run: go test -v -race $(go list ./... | grep -v /examples/ | grep -v github.com/gotomicro/ego/cmd |grep -v github.com/gotomicro/ego/internal/test/errcode) -coverprofile=coverage.txt -covermode=atomic
- name: CodeCov
Expand Down

0 comments on commit d8e3b92

Please sign in to comment.