Run tests in opt-level=3 mode

This commit is contained in:
Ivan Smirnov 2022-01-03 15:13:04 +03:00
parent 55977b8981
commit feaac28244

View file

@ -29,3 +29,6 @@ walkdir = "2.3"
[lib]
name = "qoi_fast"
path = "src/lib.rs"
[profile.test]
opt-level = 3