ci: fix go command to show in log
Some checks failed
Gitea Build Check / Build (push) Failing after 5m40s
Some checks failed
Gitea Build Check / Build (push) Failing after 5m40s
Signed-off-by: SoXX <soxx@fenpa.ws>
This commit is contained in:
parent
a026563835
commit
0a5359d723
@ -28,7 +28,7 @@ jobs:
|
||||
cache: true # optional
|
||||
|
||||
- name: Execute Go Test files with coverage report
|
||||
run: go test -v ./... -json -coverprofile="coverage.out" > "test-report.out"
|
||||
run: go test -v ./... -json -coverprofile="coverage.out" | tee "test-report.out"
|
||||
|
||||
- uses: sonarsource/sonarqube-scan-action@master
|
||||
env:
|
||||
|
Reference in New Issue
Block a user