Skip to content

Commit

Permalink
ci: run tests with optimizations (#1520)
Browse files Browse the repository at this point in the history
Oppen authored Jan 2, 2024
1 parent 7af0064 commit 2636fd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -79,6 +79,9 @@ ark-std = { version = "0.4.0", default-features = false }
# For fuzzing
arbitrary = { version = "1.3.0", features = ["derive"] }

[profile.test]
opt-level = 2

[profile.release]
lto = "fat"

0 comments on commit 2636fd2

Please sign in to comment.