Use panic=abort for tests

Try to fix issues with undefined `rust_eh_personality` symbols
master
Alex Crichton 2018-11-21 10:19:31 -08:00
parent 2e8f0b125b
commit d74c506aab
1 changed files with 6 additions and 0 deletions

View File

@ -46,3 +46,9 @@ required-features = ["c", "compiler-builtins"]
[workspace]
members = ["testcrate"]
[profile.release]
panic = 'abort'
[profile.dev]
panic = 'abort'