Skip to content

Commit

Permalink
chore: build expect-test with release profile to speed up diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Jul 2, 2024
1 parent e84a020 commit 4bc2898
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 4bc2898

Please sign in to comment.