From 966c27db43df150c733c61de3a62c9b2178e03dc Mon Sep 17 00:00:00 2001 From: Etienne Wodey Date: Tue, 22 Oct 2024 08:13:03 +0200 Subject: [PATCH] workflows: fix argmin-math tests --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee6b9f22f..828f10fb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,6 +92,9 @@ jobs: tests-argmin-math: runs-on: ubuntu-latest + env: + # Override value in workspace top-level Cargo config.toml + RUSTDOCFLAGS: '' steps: - uses: actions/checkout@v4 - uses: Swatinem/rust-cache@v2