Skip to content

Commit 2e4d24e

Browse files
author
secus217
authored
Update integration-tests.yml
1 parent 8b4a189 commit 2e4d24e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- name: Build Rust application
139139
run: |
140140
# Use offline mode for SQLx to avoid database dependency during compilation
141-
export SQLX_OFFLINE=true
141+
export SQLX_OFFLINE=false
142142
cargo build --verbose
143143
144144
- name: Set up test environment

0 commit comments

Comments
 (0)