Run tests under panic=abort (#749)

This commit is contained in:
Alice Ryhl
2024-12-10 22:30:27 +01:00
committed by GitHub
parent d0a14deeb5
commit f7072c9267
4 changed files with 20 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
set -ex
RUSTFLAGS="$RUSTFLAGS -Cpanic=abort -Zpanic-abort-tests" cargo test --all-features --test '*'