feat: define captcha_exists interface

This commit is contained in:
realaravinth
2022-05-12 19:31:26 +05:30
parent 2f924607ab
commit 55518ef650
3 changed files with 13 additions and 4 deletions

View File

@@ -96,7 +96,7 @@ test: frontend-test frontend ## Run all available tests
cd db/db-sqlx-postgres &&\
DATABASE_URL=${POSTGRES_DATABASE_URL}\
cargo test --no-fail-fast
#./scripts/tests.sh
./scripts/tests.sh
# cargo test --all-features --no-fail-fast
xml-test-coverage: migrate ## Generate code coverage report in XML format