Add ftest command for filter testing

This commit is contained in:
David Dworken 2022-11-13 06:34:41 -08:00
parent 0cfb8249d9
commit 072a0d0a18
No known key found for this signature in database

View File

@ -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