Update makefile to use my forked version of gotestsum that contains https://github.com/gotestyourself/gotestsum/pull/377

This commit is contained in:
David Dworken 2023-10-22 17:06:36 -07:00
parent d463d99916
commit 772ab6cc87
No known key found for this signature in database

View File

@ -67,7 +67,13 @@ jobs:
env:
DD_API_KEY: ${{ secrets.DD_API_KEY }}
run: |
go install gotest.tools/gotestsum@latest
# Once https://github.com/gotestyourself/gotestsum/pull/377 is merged, update this to pull from main rather than my fork
cd ../
git clone git@github.com:ddworken/gotestsum.git
cd gotestsum
go install .
cd ../hishtory
make test
- name: Archive test results
uses: actions/upload-artifact@v3