mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-19 20:10:58 +01:00
Remove -v from make test for shorter output
This commit is contained in:
parent
4c986d8a45
commit
c4a66bb428
4
Makefile
4
Makefile
@ -1,9 +1,9 @@
|
|||||||
forcetest:
|
forcetest:
|
||||||
go clean -testcache
|
go clean -testcache
|
||||||
HISHTORY_TEST=1 go test -v -p 1 -timeout 30m ./...
|
HISHTORY_TEST=1 go test -p 1 -timeout 30m ./...
|
||||||
|
|
||||||
test:
|
test:
|
||||||
HISHTORY_TEST=1 go test -v -p 1 -timeout 30m ./...
|
HISHTORY_TEST=1 go test -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