diff options
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r-- | .github/workflows/ci.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 29e388e7c..5050c558c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -10,7 +10,6 @@ on: | |||
10 | env: | 10 | env: |
11 | CARGO_INCREMENTAL: 0 | 11 | CARGO_INCREMENTAL: 0 |
12 | CARGO_NET_RETRY: 10 | 12 | CARGO_NET_RETRY: 10 |
13 | CC: deny_c | ||
14 | RUN_SLOW_TESTS: 1 | 13 | RUN_SLOW_TESTS: 1 |
15 | RUSTFLAGS: -D warnings | 14 | RUSTFLAGS: -D warnings |
16 | RUSTUP_MAX_RETRIES: 10 | 15 | RUSTUP_MAX_RETRIES: 10 |
@@ -44,6 +43,8 @@ jobs: | |||
44 | rust: | 43 | rust: |
45 | name: Rust | 44 | name: Rust |
46 | runs-on: ${{ matrix.os }} | 45 | runs-on: ${{ matrix.os }} |
46 | env: | ||
47 | CC: deny_c | ||
47 | 48 | ||
48 | strategy: | 49 | strategy: |
49 | fail-fast: false | 50 | fail-fast: false |