feat: migrate adding captcha to use db_* interface

This commit is contained in:
realaravinth
2022-05-12 19:10:04 +05:30
parent 79ff7b9917
commit bd75fc625c
5 changed files with 10 additions and 104 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