* Remove frozen ABI modules from solana-sdk
(cherry picked from commit 6858950f76
)
# Conflicts:
# Cargo.lock
# core/Cargo.toml
# frozen-abi/macro/Cargo.toml
# programs/bpf/Cargo.lock
# programs/stake/Cargo.toml
# programs/vote/Cargo.toml
# runtime/Cargo.toml
# sdk/Cargo.toml
# version/Cargo.toml
* rebase
* fix broken ci (#13039)
Co-authored-by: Michael Vines <mvines@gmail.com>
Co-authored-by: Ryo Onodera <ryoqun@gmail.com>
9 lines
165 B
Bash
Executable File
9 lines
165 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_
|