run all tests

This commit is contained in:
Michael Shaw 2023-02-01 12:02:54 -05:00
parent 4f5562d26f
commit 7ee03b47d1

View File

@ -2,7 +2,7 @@ services:
laconicd:
restart: unless-stopped
image: cerc-io/laconicd:local-test
command: ["sh", "/docker-entrypoint-scripts.d/create-fixturenet.sh"]
command: ["sh", "TEST_AUCTION_ENABLED=true", "TEST_NAMESERVICE_EXPIRY=true", "/docker-entrypoint-scripts.d/create-fixturenet.sh"]
volumes:
- ../../init.sh:/docker-entrypoint-scripts.d/create-fixturenet.sh
healthcheck: