From 8831d2006f528f6c50d20375b1d0da6bedc04dc7 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 17 Oct 2022 20:48:25 +0200 Subject: [PATCH] added cargo-bloat --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1526670b0..c0d44a400 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,6 +40,11 @@ jobs: pip3 install poetry poetry install + - name: Run cargo bloat + uses: orf/cargo-bloat-action@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} + - name: Run working-directory: tests run: |