Auction nameservice tests #28

Merged
ABastionOfSanity merged 17 commits from auction_nameservice_tests into main 2023-02-10 19:44:23 +00:00
Showing only changes of commit 20369a5d14 - Show all commits

View File

@ -27,7 +27,7 @@ jobs:
run: docker build -t cerc-io/laconic-sdk-tester:local-test -f laconicd/tests/sdk_tests/Dockerfile-sdk . run: docker build -t cerc-io/laconic-sdk-tester:local-test -f laconicd/tests/sdk_tests/Dockerfile-sdk .
- name: start containers - name: start containers
working-directory: laconicd/tests/sdk_tests working-directory: laconicd/tests/sdk_tests
run: docker compose up -d laconicd run: docker compose up -d
- name: run ALL tests - name: run ALL tests
run: | run: |
cd laconicd/tests/sdk_tests cd laconicd/tests/sdk_tests