1
0
mirror of https://github.com/ddworken/hishtory.git synced 2025-03-19 18:06:48 +01:00

Add HISHTORY_SKIP_INIT_IMPORT to makefile to see if that fixes github action tests

This commit is contained in:
David Dworken 2022-11-12 07:42:27 -08:00
parent bc83349133
commit 5cd403a22b
No known key found for this signature in database

View File

@ -1,9 +1,9 @@
forcetest:
go clean -testcache
HISHTORY_TEST=1 go test -p 1 -timeout 30m ./...
HISHTORY_TEST=1 HISHTORY_SKIP_INIT_IMPORT=1 go test -p 1 -timeout 30m ./...
test:
HISHTORY_TEST=1 go test -p 1 -timeout 30m ./...
HISHTORY_TEST=1 HISHTORY_SKIP_INIT_IMPORT=1 go test -p 1 -timeout 30m ./...
acttest:
act push -j test -e .github/push_event.json --reuse --container-architecture linux/amd64