Skip to content

Commit

Permalink
Fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
evg4b committed Mar 19, 2023
1 parent 6d0be38 commit c669bc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
run: go build -tags release -v .

- name: Test
run: go test -tags release -json -v -coverprofile=coverage.out ./... > test-report.out
continue-on-error: true
run: go test -tags release -v -coverprofile=coverage.out ./...

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
Expand Down

0 comments on commit c669bc4

Please sign in to comment.