9 lines
165 B
Bash
9 lines
165 B
Bash
![]() |
#!/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_
|