feat: setup tests on db_* workspaces
This commit is contained in:
parent
5359795ddc
commit
9e5b54a23d
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue