Merge pull request #3242 from matklad/deny-c

Deny c
This commit is contained in:
Aleksey Kladov 2020-02-19 23:01:56 +01:00 committed by GitHub
commit 4e288c64ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, windows-latest, macos-latest]
env: env:
RUSTFLAGS: -D warnings RUSTFLAGS: -D warnings
CC: deny_c
CARGO_INCREMENTAL: 0 CARGO_INCREMENTAL: 0
RUN_SLOW_TESTS: 1 RUN_SLOW_TESTS: 1
RUSTUP_MAX_RETRIES: 10 RUSTUP_MAX_RETRIES: 10