test-abi.sh 199 B

12345678
  1. #!/usr/bin/env bash
  2. #
  3. # Easily run the ABI tests for the entire repo or a subset
  4. #
  5. here=$(dirname "$0")
  6. set -x
  7. exec "${here}/cargo" nightly test --features frozen-abi --lib -- test_abi_ --nocapture