Updating workflow changes
All checks were successful
Rust Build / Check (pull_request) Successful in 43s
Rust Build / Test Suite (pull_request) Successful in 4m22s
Rust Build / Rustfmt (pull_request) Successful in 26s
Rust Build / Clippy (pull_request) Successful in 44s
Rust Build / build (pull_request) Successful in 1m29s
All checks were successful
Rust Build / Check (pull_request) Successful in 43s
Rust Build / Test Suite (pull_request) Successful in 4m22s
Rust Build / Rustfmt (pull_request) Successful in 26s
Rust Build / Clippy (pull_request) Successful in 44s
Rust Build / build (pull_request) Successful in 1m29s
This commit is contained in:
@@ -78,8 +78,8 @@ jobs:
|
||||
echo "Running database migrations..."
|
||||
# ===> IMPORTANT: Replace placeholder below with your actual migration command <===
|
||||
# Example: Install and run sqlx-cli
|
||||
# cargo install sqlx-cli --no-default-features --features native-tls,postgres
|
||||
# sqlx database setup --database-url $TEST_DATABASE_URL
|
||||
cargo install sqlx-cli --no-default-features --features native-tls,postgres
|
||||
sqlx database setup --database-url $TEST_DATABASE_URL
|
||||
|
||||
# Example: Install and run diesel_cli
|
||||
# cargo install diesel_cli --no-default-features --features postgres
|
||||
|
Reference in New Issue
Block a user