diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1ac7a5c..65e051d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: run: script/build-wasm - name: Build CLI - run: cargo build --release + run: RUSTFLAGS="-D warnings" cargo build --release - name: Set up fixture parsers run: |