ci: fix go command to show in log
Some checks failed
Gitea Build Check / Build (push) Failing after 5m40s

Signed-off-by: SoXX <soxx@fenpa.ws>
This commit is contained in:
SoXX 2024-06-26 12:07:55 +02:00
parent a026563835
commit 0a5359d723

View File

@ -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: