From 607b17fa78ce68e1662e1570a76f0e3866eb5623 Mon Sep 17 00:00:00 2001 From: Brooke Chalmers Date: Fri, 29 Dec 2023 23:04:06 -0800 Subject: [PATCH] Make docs build fail on warnings --- .github/workflows/actions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 1f2ba92..89919c6 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -9,6 +9,8 @@ jobs: desktop-build: name: Desktop Build and Style Check runs-on: ubuntu-latest + env: + RUSTDOCFLAGS: "-D warnings" steps: - name: Checkout sources uses: actions/checkout@v2