mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-23 21:41:38 +02:00
Change make ftest to not retry or export tests, since ftest is used for local testing
This commit is contained in:
parent
b928ff642f
commit
bf01cf534f
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ test:
|
|||||||
|
|
||||||
ftest:
|
ftest:
|
||||||
go clean -testcache
|
go clean -testcache
|
||||||
TZ='America/Los_Angeles' HISHTORY_TEST=1 HISHTORY_SKIP_INIT_IMPORT=1 gotestsum --packages ./... --rerun-fails=3 --format testname --jsonfile /tmp/testrun.json --post-run-command "go run client/test_metrics_exporter/main.go" -- -p 1 -run "$(FILTER)" -timeout 60m
|
TZ='America/Los_Angeles' HISHTORY_TEST=1 HISHTORY_SKIP_INIT_IMPORT=1 gotestsum --packages ./... --rerun-fails=0 --format testname -- -p 1 -run "$(FILTER)" -timeout 60m
|
||||||
|
|
||||||
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…
x
Reference in New Issue
Block a user