Files
dst-clone/test.sh
2025-07-21 20:17:57 +02:00

8 lines
151 B
Bash
Executable File

#!/usr/bin/env bash
set -euxo pipefail;
# Just the features matrix
cargo test
cargo test --no-default-features -F nightly
cargo test -F allocator_api