File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -421,6 +421,11 @@ jobs:
421421 cargo-cache-key : cargo-nightly-miri
422422 cargo-cache-fallback-key : cargo-nightly
423423
424+ - name : Install cargo-hack
425+ uses : taiki-e/cache-cargo-install-action@v2
426+ with :
427+ tool : cargo-hack
428+
424429 - name : Run frozen-abi tests
425430 run : ./scripts/test-frozen-abi.sh
426431
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ frozen-abi = [
2525 " solana-address/frozen-abi" ,
2626 " solana-hash/frozen-abi" ,
2727 " serde" ,
28+ " solana-short-vec/frozen-abi" ,
2829]
2930serde = [
3031 " dep:serde" ,
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ here="$(dirname "$0")"
55src_root=" $( readlink -f " ${here} /.." ) "
66cd " ${src_root} "
77
8- ./cargo nightly test --features frozen-abi --lib -- test_abi_ --nocapture
8+ ./cargo nightly hack --features frozen-abi --ignore-unknown-features test --lib -- test_abi_ --nocapture
You can’t perform that action at this time.
0 commit comments