num-traits/.travis/test_nightly.sh

11 lines
175 B
Bash
Executable File

#!/bin/sh
set -ex
cargo bench --verbose
cargo test --verbose --manifest-path=macros/Cargo.toml
# Build test for the serde feature
cargo build --verbose --features "serde"