Skip to content

Commit

Permalink
Run test_packet_buffer_writer through miri
Browse files Browse the repository at this point in the history
  • Loading branch information
steviez committed Nov 7, 2024
1 parent febf12e commit 5db3dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test-miri.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ source ci/rust-version.sh nightly

# miri is very slow; so only run very few of selective tests!
_ cargo "+${rust_nightly}" miri test -p solana-program -- hash:: account_info::

_ cargo "+${rust_nightly}" miri test -p solana-unified-scheduler-logic
_ cargo "+${rust_nightly}" miri test -p solana-packet -- test_packet_buffer_writer

# run intentionally-#[ignored] ub triggering tests for each to make sure they fail
(! _ cargo "+${rust_nightly}" miri test -p solana-unified-scheduler-logic -- \
Expand Down

0 comments on commit 5db3dcd

Please sign in to comment.