Merge pull request from matklad/c

Don't deny C for cargo audit
This commit is contained in:
Aleksey Kladov 2020-03-26 16:34:37 +01:00 committed by GitHub
commit 0a8e65cf85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,6 @@ on:
env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
CC: deny_c
RUN_SLOW_TESTS: 1
RUSTFLAGS: -D warnings
RUSTUP_MAX_RETRIES: 10
@ -44,6 +43,8 @@ jobs:
rust:
name: Rust
runs-on: ${{ matrix.os }}
env:
CC: deny_c
strategy:
fail-fast: false