feat: define interface for getting user secret

This commit is contained in:
realaravinth
2022-05-11 20:21:06 +05:30
parent f165581e17
commit 28ddadc5fe
3 changed files with 15 additions and 1 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