Fixed readme

This commit is contained in:
Janos 2021-12-05 13:56:48 +01:00
parent 3e91a15d55
commit 5472be5c71
No known key found for this signature in database
GPG key ID: 465EF45E51CBA2BA

View file

@ -40,7 +40,7 @@ jobs:
- name: Run tests
run: |
set -euo pipefail
go test -v ./... 2>&1 | tee /tmp/gotest.log | gotestfmt
go test -json -v ./... 2>&1 | tee /tmp/gotest.log | gotestfmt
# Upload the original go test log as an artifact for later review.
- name: Upload test log