mirror of
https://github.com/ddworken/hishtory.git
synced 2025-04-27 19:08:37 +02:00
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:
parent
fa7d6be54d
commit
2b327f965a
8
.github/workflows/go-test.yml
vendored
8
.github/workflows/go-test.yml
vendored
@ -68,13 +68,7 @@ jobs:
|
|||||||
DD_API_KEY: ${{ secrets.DD_API_KEY }}
|
DD_API_KEY: ${{ secrets.DD_API_KEY }}
|
||||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||||
run: |
|
run: |
|
||||||
|
go install gotest.tools/gotestsum@bc98120
|
||||||
# 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
|
|
||||||
make test
|
make test
|
||||||
- name: Extra Delay
|
- name: Extra Delay
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user