Skip to content

Commit

Permalink
Merge pull request #229 from 0xPolygonMiden/greenhat/expect-test-diff…
Browse files Browse the repository at this point in the history
…-speedup

Build `expect-test` with release profile to speed up diffs
  • Loading branch information
bitwalker authored Jul 2, 2024
2 parents e84a020 + 4bc2898 commit f97e75e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,11 @@ opt-level = 3

[profile.test.package.rand_chacha]
opt-level = 3

# Build `expect-test` with release optimizations even in dev mode to speed up the diffing
[profile.dev.package.expect-test]
opt-level = 3

# Build `dissimilar` with release optimizations even in dev mode to speed up the diffing
[profile.dev.package.dissimilar]
opt-level = 3

0 comments on commit f97e75e

Please sign in to comment.