diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a703d1..24c6586 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: components: rustfmt - name: Build run: cargo build + env: + RUSTFLAGS: -Dwarnings - name: Test run: cargo test - name: Format check