Skip to content

Commit

Permalink
only go test
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik committed Oct 13, 2023
1 parent b98cd11 commit ade8e4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
- name: Build and test
run: |
go test -v -timeout=60s -race -covermode=atomic -coverprofile=$GITHUB_WORKSPACE/profile.cov_tmp ./...
echo "test completed"
cat $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 ade8e4f

Please sign in to comment.