Skip to content

Commit

Permalink
workflow SQLX_OFFLINE
Browse files Browse the repository at this point in the history
  • Loading branch information
vsilent committed Nov 14, 2024
1 parent 715a2cb commit c93f16a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
env:
SQLX_OFFLINE: true
- name: Run tests
run: cargo test --verbose
env:
SQLX_OFFLINE: true

0 comments on commit c93f16a

Please sign in to comment.