mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 01:43:29 +01:00
Merge pull request #705 from KhaledEmaraDev/ci-cargo-bloat
Install and run cargo-bloat in CI
This commit is contained in:
commit
a8f9ef0ae5
12
.github/workflows/rust.yml
vendored
12
.github/workflows/rust.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user