Tests: Use debug-info level 1 instead of 2. (#6316)

This commit is contained in:
Kaz Wesley 2023-04-17 14:27:34 -07:00 committed by GitHub
parent b700679d35
commit db3db975a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ debug-assertions = false
[profile.test]
opt-level = 0
lto = false
debug = true
debug = 1
debug-assertions = true
[profile.integration-test]