mirror of
https://github.com/Arcadia-Solutions/arcadia.git
synced 2025-12-16 23:14:15 -06:00
force workflow to use offline mode
This commit is contained in:
6
.github/workflows/backend.yml
vendored
6
.github/workflows/backend.yml
vendored
@@ -35,9 +35,13 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: cargo build
|
||||
env:
|
||||
SQLX_OFFLINE: "true"
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test
|
||||
env:
|
||||
SQLX_OFFLINE: "true"
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -57,6 +61,8 @@ jobs:
|
||||
|
||||
- name: Check clippy for new warnings
|
||||
run: cargo clippy
|
||||
env:
|
||||
SQLX_OFFLINE: "true"
|
||||
|
||||
|
||||
schema-check:
|
||||
|
||||
Reference in New Issue
Block a user