Update to latest version of gotestsum from main rather than from my fork, now that my patch has been merged

This commit is contained in:
David Dworken 2023-12-20 19:57:02 -08:00
parent fa7d6be54d
commit 2b327f965a
No known key found for this signature in database

View File

@ -68,13 +68,7 @@ jobs:
DD_API_KEY: ${{ secrets.DD_API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
# Once https://github.com/gotestyourself/gotestsum/pull/377 is merged, update this to pull from main rather than my fork
cd ../
git clone https://github.com/ddworken/gotestsum.git
cd gotestsum
go install .
cd ../hishtory
go install gotest.tools/gotestsum@bc98120
make test
- name: Extra Delay
run: |