feat: setup tests on db_* workspaces

This commit is contained in:
realaravinth 2022-05-11 13:08:11 +05:30
parent 5359795ddc
commit 9e5b54a23d
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88

View file

@ -83,6 +83,9 @@ run: frontend ## Run app in debug mode
cargo run
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
# cargo test --all-features --no-fail-fast