From d2fdcf613a760cc04af333c91488d7e640b2b384 Mon Sep 17 00:00:00 2001 From: Benno van den Berg Date: Fri, 31 May 2024 10:53:47 +0200 Subject: [PATCH] Do not fail on warnings --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fe5f9a0c2..55c5da993 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,6 +40,8 @@ jobs: - name: Install Rust uses: actions-rust-lang/setup-rust-toolchain@v1 + with: + rustflags: "" # Do not fail on warnings, so reset the default value to empty - name: Test rust codd run: cargo test