mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
feat: setup tests on db_* workspaces
This commit is contained in:
3
Makefile
3
Makefile
@@ -83,6 +83,9 @@ run: frontend ## Run app in debug mode
|
|||||||
cargo run
|
cargo run
|
||||||
|
|
||||||
test: frontend-test frontend ## Run all available tests
|
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
|
# cargo test --all-features --no-fail-fast
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user