Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c93f16a

Browse files
author
vsilent
committedNov 14, 2024·
workflow SQLX_OFFLINE
1 parent 715a2cb commit c93f16a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,9 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- name: Build
2121
run: cargo build --verbose
22+
env:
23+
SQLX_OFFLINE: true
2224
- name: Run tests
2325
run: cargo test --verbose
26+
env:
27+
SQLX_OFFLINE: true

0 commit comments

Comments
 (0)
Please sign in to comment.