mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 11:57:50 +02:00
Update makefile to use my forked version of gotestsum that contains https://github.com/gotestyourself/gotestsum/pull/377
This commit is contained in:
parent
d463d99916
commit
772ab6cc87
8
.github/workflows/go-test.yml
vendored
8
.github/workflows/go-test.yml
vendored
@ -67,7 +67,13 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DD_API_KEY: ${{ secrets.DD_API_KEY }}
|
DD_API_KEY: ${{ secrets.DD_API_KEY }}
|
||||||
run: |
|
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
|
make test
|
||||||
- name: Archive test results
|
- name: Archive test results
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user