Skip to content

Commit

Permalink
Make cargo bloat not fail CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LJ authored and LJ committed Feb 4, 2024
1 parent 5f5eca7 commit 2d62d2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 2d62d2e

Please sign in to comment.