Skip to content

Commit db82fd5

Browse files
committed
fix pipeline
1 parent e933d31 commit db82fd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222
# run: make lint
2323
- name: Run unit tests
2424
run: |
25-
go test -race -v -covermode=atomic --coverprofile=coverage.txt ./...
25+
make test
2626
go test -json ./... > test-report.json
27-
go tool cover -func coverage.txt | grep total
2827
- name: SonarCloud Scan
2928
uses: SonarSource/sonarcloud-github-action@master
3029
env:

0 commit comments

Comments
 (0)