Skip to content

Commit

Permalink
Attempting to get the action to go into the crates
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottGibb committed Nov 14, 2024
1 parent c678e51 commit 285a900
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
uses: orf/cargo-bloat-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
exclude_packages: "host-macro"

cargo_bloat_host_macros:
cargo_bloat_host_macro:
name: Cargo Bloat trouble host macros
runs-on: ubuntu-latest
steps:
Expand All @@ -60,9 +61,10 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: CD into host_macros
run: cd host_macros
- name: CD into host_macro
run: cd host-macro
- name: Run cargo bloat
uses: orf/cargo-bloat-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
exclude_packages: "host"

0 comments on commit 285a900

Please sign in to comment.