Skip to content

Commit

Permalink
Add fast-test profile for...faster test iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Mar 4, 2024
1 parent 53eeff4 commit 375d444
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ codegen-units = 1

[profile.test]
opt-level = 1

[profile.fast-test]
inherits = "test"
opt-level = 0

0 comments on commit 375d444

Please sign in to comment.