diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b70f0286d..33fd1ce45f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,8 @@ jobs: test: runs-on: ubuntu-latest + env: + RUSTFLAGS: -D warnings strategy: matrix: features: ['', 'singular', 'record-history', 'no-std', 'no-alloc']