Files
cli/vendor/bytes/ci/panic-abort.sh

5 lines
115 B
Bash
Raw Normal View History

#!/bin/bash
set -ex
RUSTFLAGS="$RUSTFLAGS -Cpanic=abort -Zpanic-abort-tests" cargo test --all-features --test '*'