diff options
Diffstat (limited to '.github/workflows/pull_request.yml')
-rw-r--r-- | .github/workflows/pull_request.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 7196d4e..663f437 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml | |||
@@ -5,7 +5,6 @@ on: [ pull_request, workflow_dispatch ] | |||
5 | env: | 5 | env: |
6 | SCCACHE_GHA_ENABLED: "true" | 6 | SCCACHE_GHA_ENABLED: "true" |
7 | RUSTC_WRAPPER: "sccache" | 7 | RUSTC_WRAPPER: "sccache" |
8 | SQLX_OFFLINE: "true" | ||
9 | CARGO_TERM_COLOR: always | 8 | CARGO_TERM_COLOR: always |
10 | 9 | ||
11 | jobs: | 10 | jobs: |