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 8, 2024
1 parent bf90368 commit c904a9b
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 @@ -6,8 +6,8 @@ source ci/_
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-packet -- test_packet_buffer_writer
_ cargo "+${rust_nightly}" miri test -p solana-program -- hash:: account_info::

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

# run intentionally-#[ignored] ub triggering tests for each to make sure they fail
Expand Down

0 comments on commit c904a9b

Please sign in to comment.