diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd938eb..4b098de 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -10,6 +10,7 @@ on: | |||
10 | env: | 10 | env: |
11 | SCCACHE_GHA_ENABLED: "true" | 11 | SCCACHE_GHA_ENABLED: "true" |
12 | RUSTC_WRAPPER: "sccache" | 12 | RUSTC_WRAPPER: "sccache" |
13 | SQLX_OFFLINE: "true" | ||
13 | CARGO_TERM_COLOR: always | 14 | CARGO_TERM_COLOR: always |
14 | 15 | ||
15 | jobs: | 16 | jobs: |