More testing

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

View file

@ -13,5 +13,8 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Checkout
uses: actions/checkout@v2
- name: Run gotestfmt
run: cd testdata && go test -v ./... | gotestfmt
working-directory: testdata
run: go test -v ./... | gotestfmt