mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-02-18 17:39:46 +03:00
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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue