solana/test-abi.sh
Michael Vines a4956844bd Update frozen_abi hashes
The movement of files in sdk/ caused ABI hashes to change
2020-10-24 08:37:55 -07:00

9 lines
177 B
Bash
Executable File

#!/usr/bin/env bash
#
# Easily run the ABI tests for the entire repo or a subset
#
here=$(dirname "$0")
set -x
exec "${here}/cargo" nightly test --lib -- test_abi_ --nocapture