Skip to content

Commit

Permalink
scripts/build-bpf.sh: Don't use individual tests for pythnet tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdziak1 committed Sep 25, 2023
1 parent e0d1aec commit abadafd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions scripts/build-bpf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@ cd "${PYTH_DIR}"
cargo test --locked

# Re-run tests affected by features
cargo test --locked --features pythnet -- \
test_add_price \
test_add_price_pythnet_fails_to_add_v1 \
test_add_publisher \
test_upd_price \
test_upd_price_v2 \
test_upd_price_no_fail_on_error
cargo test --locked --features pythnet

cargo-build-bpf -- --locked -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort
sha256sum ./target/**/*.so
Expand Down

0 comments on commit abadafd

Please sign in to comment.