Add gotestfmt to nightly unit testing

This commit is contained in:
Devon Hudson 2022-11-17 08:26:01 -07:00
parent 15fe510025
commit 0fab586eaf
No known key found for this signature in database
GPG key ID: CD06B18E77F6A628

View file

@ -45,6 +45,11 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Set up gotestfmt
uses: gotesttools/gotestfmt-action@v2
with:
# Optional: pass GITHUB_TOKEN to avoid rate limiting.
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/cache@v3
with:
path: |