Skip to content

Commit

Permalink
(dev) what to we have?
Browse files Browse the repository at this point in the history
  • Loading branch information
MementoRC committed Dec 13, 2024
1 parent f95c04d commit f7739d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/cargo-binutils/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ tests:
- cargo nm --release | grep -q "main"
else:
- cd demo-crate
- cargo-size --release | findstr "text __TEXT"
- cargo-nm --release | findstr "main"
# - dumpbin /headers target/release/demo_crate.exe | findstr "text __TEXT"
- cargo-size --release
- cargo-nm --release
files:
recipe:
- demo-crate/

requirements:
run:
- rust
Expand Down

0 comments on commit f7739d9

Please sign in to comment.