Skip to content

Commit

Permalink
Attempting CI manually
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottGibb committed Nov 14, 2024
1 parent c10c3b1 commit 98895d0
Showing 1 changed file with 13 additions and 23 deletions.
36 changes: 13 additions & 23 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,35 +36,25 @@ jobs:
./ci.sh
cargo_bloat_host:
name: Cargo Bloat trouble host
name: Cargo Bloat trouble esp32 example
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./host
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install cargo-bloat
run: cargo install cargo-bloat
- name: Run cargo bloat
uses: orf/cargo-bloat-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

cargo_bloat_host_macro:
name: Cargo Bloat trouble host macros
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./host-macro
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run cargo bloat
uses: orf/cargo-bloat-action@v1
run: |
cd examples/esp32 \
cargo bloat --release --crates
- name: Post results to PR
uses: marocchino/sticky-pull-request-comment@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
header: cargo bloat report
message: |
\`\`\`
$(cargo bloat --release --crates)
\`\`\`

0 comments on commit 98895d0

Please sign in to comment.