mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-01 15:55:49 +03:00
debug ci workflow
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -22,6 +22,7 @@ jobs:
|
||||
|
||||
- name: build and test
|
||||
run: |
|
||||
set -x
|
||||
go test -v -timeout=100s -p 1 -covermode=atomic -coverprofile=$GITHUB_WORKSPACE/profile.cov_tmp ./...
|
||||
go build -race ./...
|
||||
cat $GITHUB_WORKSPACE/profile.cov_tmp | grep -v "mocks" | grep -v "_mock" > $GITHUB_WORKSPACE/profile.cov
|
||||
|
||||
Reference in New Issue
Block a user