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 6fa47fa27c - Show all commits

View File

@ -47,7 +47,7 @@ WORKDIR /app
RUN \
git clone https://github.com/cerc-io/laconic-sdk.git \
&& cd laconic-sdk \
&& git checkout jest_timeout \
&& git checkout auction_nameservice_tests \
&& yarn install
WORKDIR /app/laconic-sdk