Files
bytes/ci/panic-abort.sh
T

5 lines
115 B
Bash
Raw Normal View History

2024-12-10 22:30:27 +01:00
#!/bin/bash
set -ex
RUSTFLAGS="$RUSTFLAGS -Cpanic=abort -Zpanic-abort-tests" cargo test --all-features --test '*'