Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
q-uint committed Aug 18, 2024
1 parent 4dd1778 commit 6aa5899
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6aa5899

Please sign in to comment.