forgot variable

This commit is contained in:
Christian Banse 2022-12-03 20:50:05 +01:00
parent d053d71a6d
commit 2da29a669a
1 changed files with 1 additions and 1 deletions

View File

@ -47,5 +47,5 @@ jobs:
go install github.com/mfridman/tparse@latest go install github.com/mfridman/tparse@latest
go vet ./... go vet ./...
go test -v -race -count=1 -json -coverpkg=$(go list ./...) ./... | tee output.json | tparse -follow -notests || true go test -v -race -count=1 -json -coverpkg=$(go list ./...) ./... | tee output.json | tparse -follow -notests || true
tparse -format markdown -file output.json tparse -format markdown -file output.json -all > $GITHUB_STEP_SUMMARY
go build ./... go build ./...