More testing

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

View file

@ -17,4 +17,11 @@ jobs:
uses: actions/checkout@v2
- name: Run gotestfmt
working-directory: testdata
run: go test -v ./... | gotestfmt
run: go test -v ./... 2>&1 | tee /tmp/gotest.log | gotestfmt
- name: Upload test log
uses: actions/upload-artifact@v2
if: always()
with:
name: test-log
path: /tmp/gotest.log
if-no-files-found: error