Files
dst-clone/test.sh
2025-07-21 19:49:54 +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