Remove frozen ABI modules from solana-sdk
This commit is contained in:
8
test-abi.sh
Executable file
8
test-abi.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/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_
|
Reference in New Issue
Block a user