diff options
-rw-r--r-- | .github/workflows/ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 42b1c6921..8ab47106d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -17,6 +17,7 @@ jobs: | |||
17 | os: [ubuntu-latest, windows-latest, macos-latest] | 17 | os: [ubuntu-latest, windows-latest, macos-latest] |
18 | env: | 18 | env: |
19 | RUSTFLAGS: -D warnings | 19 | RUSTFLAGS: -D warnings |
20 | CC: deny_c | ||
20 | CARGO_INCREMENTAL: 0 | 21 | CARGO_INCREMENTAL: 0 |
21 | RUN_SLOW_TESTS: 1 | 22 | RUN_SLOW_TESTS: 1 |
22 | RUSTUP_MAX_RETRIES: 10 | 23 | RUSTUP_MAX_RETRIES: 10 |