aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/pull_request.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index 732e9e9..7196d4e 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -2,13 +2,13 @@ name: check
2 2
3on: [ pull_request, workflow_dispatch ] 3on: [ pull_request, workflow_dispatch ]
4 4
5nv: 5env:
6 SCCACHE_GHA_ENABLED: "true" 6 SCCACHE_GHA_ENABLED: "true"
7 RUSTC_WRAPPER: "sccache" 7 RUSTC_WRAPPER: "sccache"
8 SQLX_OFFLINE: "true" 8 SQLX_OFFLINE: "true"
9 CARGO_TERM_COLOR: always 9 CARGO_TERM_COLOR: always
10 10
11obs: 11jobs:
12 check: 12 check:
13 runs-on: ubuntu-latest 13 runs-on: ubuntu-latest
14 steps: 14 steps: