mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 08:14:02 +01: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 }}
|
||||
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: |
|
||||
|
Loading…
Reference in New Issue
Block a user