diff --git a/Makefile b/Makefile index 842ac93..105be8a 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,10 @@ test-registry: REGISTRY_TEST_ENABLE=true go test -v -cover ./clients/registry/... test-ledger: - REGISTRY_TEST_ENABLE=true go test -v -cover ./clients/ledger/... + LEDGER_TEST_ENABLE=true go test -v -cover ./clients/ledger/... + +test-all: + REGISTRY_TEST_ENABLE=true LEDGER_TEST_ENABLE=true go test -v -cover ./... check-moc: find ic -type f -name '*.mo' -print0 | xargs -0 $(shell dfx cache show)/moc --check