8 lines
151 B
Bash
Executable File
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
|