mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-25 17:53:24 +01:00
Add ftest command for filter testing
This commit is contained in:
parent
0cfb8249d9
commit
072a0d0a18
3
Makefile
3
Makefile
@ -5,6 +5,9 @@ forcetest:
|
||||
test:
|
||||
HISHTORY_TEST=1 HISHTORY_SKIP_INIT_IMPORT=1 go test -p 1 -timeout 30m ./...
|
||||
|
||||
ftest:
|
||||
HISHTORY_TEST=1 HISHTORY_SKIP_INIT_IMPORT=1 go test -v -p 1 -run $(FILTER) ./...
|
||||
|
||||
acttest:
|
||||
act push -j test -e .github/push_event.json --reuse --container-architecture linux/amd64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user