Deny warnings on CI builds and tests

This commit is contained in:
Diego Barrios Romero
2021-04-28 07:25:07 +02:00
parent 5098c415e9
commit 60dfd300f4
2 changed files with 6 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ on:
name: Continuous integration
env:
RUSTFLAGS: '--deny warnings'
jobs:
ci-linux:
runs-on: ubuntu-latest

View File

@@ -5,6 +5,9 @@ on:
name: Test Suite
env:
RUSTFLAGS: '--deny warnings'
jobs:
ci-linux:
runs-on: ubuntu-latest