1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Disable cargo-bloat action (#817)

It takes ~10m on GitHub CI
This commit is contained in:
Roman Zeyde 2022-12-09 14:04:45 +02:00 committed by GitHub
parent 331e216a88
commit fcc354b62e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,18 +61,6 @@ 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