1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-22 14:33:09 +01:00

Install and run cargo-bloat in CI

This commit is contained in:
Khaled Emara 2022-04-19 22:46:23 +02:00
parent 1b4cc1ec0f
commit 01bb15a14b
No known key found for this signature in database
GPG key ID: 95BF92D46EF8BD75

View file

@ -53,6 +53,18 @@ jobs:
command: clippy
args: -- -D warnings
- name: Install cargo-bloat
uses: actions-rs/cargo@v1
with:
command: install
args: cargo-bloat
- name: Run cargo-bloat
uses: actions-rs/cargo@v1
with:
command: bloat
args: --locked --all --release --crates --time
integration:
name: Integration
runs-on: ubuntu-latest