test_nightly.sh 175 B

12345678910
  1. #!/bin/sh
  2. set -ex
  3. cargo bench --verbose
  4. cargo test --verbose --manifest-path=macros/Cargo.toml
  5. # Build test for the serde feature
  6. cargo build --verbose --features "serde"