Skip to content

Commit

Permalink
ghcr.io/umputun/baseimage
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik committed Oct 13, 2023
1 parent 97aece7 commit 8d05df9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:

- name: Build and test
run: |
go test -v -timeout=60s -race -covermode=atomic -coverprofile=$GITHUB_WORKSPACE/profile.cov_tmp ./... || echo $?
go test -v -timeout=60s -race -covermode=atomic -coverprofile=$GITHUB_WORKSPACE/profile.cov_tmp ./...
cat $GITHUB_WORKSPACE/profile.cov_tmp | grep -v "mocks" | grep -v "_mock" > $GITHUB_WORKSPACE/profile.cov
working-directory: app
env:
GOFLAGS: "-mod=vendor"
Expand Down

0 comments on commit 8d05df9

Please sign in to comment.