Only deny warnings for cg_clif build itself

cc #1213
This commit is contained in:
bjorn3 2021-12-30 12:40:23 +01:00
parent 304a50b768
commit 6b4e640dcb
2 changed files with 14 additions and 15 deletions

View file

@ -4,9 +4,6 @@ on:
- push
- pull_request
env:
RUSTFLAGS: "-Dwarnings" # Deny warnings on CI
jobs:
rustfmt:
runs-on: ubuntu-latest