mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 18:15:39 +00:00
chore: migrate tests to also run with mariadb
This commit is contained in:
3
Makefile
3
Makefile
@@ -126,8 +126,7 @@ test: frontend-test frontend ## Run all available tests
|
||||
cd db/db-sqlx-maria &&\
|
||||
DATABASE_URL=${MARIA_DATABASE_URL}\
|
||||
cargo test --no-fail-fast
|
||||
DATABASE_URL=${MARIA_DATABASE_URL} cargo test --no-fail-fast
|
||||
DATABASE_URL=${POSTGRES_DATABASE_URL} cargo test --no-fail-fast
|
||||
cargo test --no-fail-fast
|
||||
# ./scripts/tests.sh
|
||||
|
||||
xml-test-coverage: migrate ## Generate code coverage report in XML format
|
||||
|
||||
Reference in New Issue
Block a user