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 8d866149bc - Show all commits

View File

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