chore: reenable tests in watch mode

This commit is contained in:
wpetit 2023-04-06 14:47:13 +02:00
parent f758acb4e5
commit 1dde96043a
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ modd.conf
prep: make build-sdk
prep: cd misc/client-sdk-testsuite && make dist
prep: make build
# prep: make GOTEST_ARGS="-short" test
prep: make GOTEST_ARGS="-short" test
daemon: bin/cli app run -p misc/client-sdk-testsuite/dist
}