Cause tests to fail on CI when there are warnings

Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
Nathan Sobo 2022-02-04 08:57:39 -07:00
parent ed37ad37fb
commit 6ac3a44e88

View File

@ -19,6 +19,8 @@ jobs:
tests:
name: Run tests
runs-on: self-hosted
env:
RUSTFLAGS: -D warnings
steps:
- name: Install Rust
uses: actions-rs/toolchain@v1