More testing

This commit is contained in:
Janos 2021-07-28 09:19:07 +02:00
parent fc8db34b00
commit c3cb9a3d0c
No known key found for this signature in database
GPG key ID: 465EF45E51CBA2BA

View file

@ -14,5 +14,4 @@ jobs:
with:
go-version: 1.16
- name: Run gotestfmt
working-directory: testdata
run: go test -v ./... | gotestfmt
run: cd testdata && go test -v ./... | gotestfmt