run all tests #89

Merged
ABastionOfSanity merged 7 commits from auction_tests into main 2023-02-02 22:00:43 +00:00
Showing only changes of commit 7ee03b47d1 - Show all commits

View File

@ -2,7 +2,7 @@ services:
laconicd: laconicd:
restart: unless-stopped restart: unless-stopped
image: cerc-io/laconicd:local-test 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: volumes:
- ../../init.sh:/docker-entrypoint-scripts.d/create-fixturenet.sh - ../../init.sh:/docker-entrypoint-scripts.d/create-fixturenet.sh
healthcheck: healthcheck: