Skip to content

Commit

Permalink
Update makefile to use my forked version of gotestsum that contains g…
Browse files Browse the repository at this point in the history
  • Loading branch information
ddworken committed Oct 23, 2023
1 parent d463d99 commit 772ab6c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 772ab6c

Please sign in to comment.