From 2d62d2e30a2f91e4424e4b8595de9232fa3751a1 Mon Sep 17 00:00:00 2001 From: LJ Date: Sun, 4 Feb 2024 15:33:58 +0200 Subject: [PATCH] Make cargo bloat not fail CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90066f2..ea2a1f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,6 +78,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Run cargo bloat uses: orf/cargo-bloat-action@v1 + continue-on-error: true with: token: ${{ secrets.GITHUB_TOKEN }}