mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +01:00
go test -v to make it so I can monitor github actions
This commit is contained in:
parent
27462ff036
commit
fadc8ad70e
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ forcetest:
|
|||||||
HISHTORY_TEST=1 go test -p 1 -timeout 30m ./...
|
HISHTORY_TEST=1 go test -p 1 -timeout 30m ./...
|
||||||
|
|
||||||
test:
|
test:
|
||||||
HISHTORY_TEST=1 go test -p 1 -timeout 30m ./...
|
HISHTORY_TEST=1 go test -v -p 1 -timeout 30m ./...
|
||||||
|
|
||||||
acttest:
|
acttest:
|
||||||
act push -j test -e .github/push_event.json --reuse --container-architecture linux/amd64
|
act push -j test -e .github/push_event.json --reuse --container-architecture linux/amd64
|
||||||
|
Loading…
Reference in New Issue
Block a user