diff options
author | Aleksey Kladov <[email protected]> | 2020-02-19 22:01:56 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-19 22:01:56 +0000 |
commit | 4e288c64ff83ff8de04c86037ce7f6f4c265e148 (patch) | |
tree | 179a76faa53e252640de630653e13d9fddc479ce /.github/workflows/ci.yaml | |
parent | e00b9ca3c94d8f88cc5aede562365025a59af06b (diff) | |
parent | 5e1d0e4ae4d9596b1ff8a8c10ac8898268e00b3a (diff) |
Merge pull request #3242 from matklad/deny-c
Deny c
Diffstat (limited to '.github/workflows/ci.yaml')
-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 |