8 lines
102 B
Bash
8 lines
102 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
cargo bench --verbose
|
||
|
|
||
|
cargo test --verbose --manifest-path=num-macros/Cargo.toml
|