Skip to content

Commit

Permalink
added cargo-bloat
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Oct 17, 2022
1 parent 38eff07 commit 8831d20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8831d20

Please sign in to comment.