cbd9ebad9f
Benchmarks require `#[feature(test)]` which is not supported by the stable branch.
8 lines
144 B
YAML
8 lines
144 B
YAML
language: rust
|
|
|
|
script:
|
|
- rustc --version
|
|
- cargo --version
|
|
- cargo build --verbose
|
|
- cargo test --verbose --features arbitrary
|