Skip to content

Commit

Permalink
repro in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmay committed Apr 20, 2020
1 parent 539d018 commit c7e1097
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/test-stable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ NPROC=$((NPROC>16 ? 16 : NPROC))
echo "Executing $testName"
case $testName in
test-stable)
_ cargo +"$rust_stable" test --jobs "$NPROC" --all --exclude solana-local-cluster ${V:+--verbose} -- --nocapture
export RUST_LOG=solana=trace
_ cargo +"$rust_stable" test --jobs "$NPROC" --all --exclude solana-local-cluster ${V:+--verbose} -- --nocapture test_cli_deploy_program
_ cargo +"$rust_stable" test --manifest-path bench-tps/Cargo.toml --features=move ${V:+--verbose} test_bench_tps_local_cluster_move -- --nocapture
;;
test-stable-perf)
Expand Down

0 comments on commit c7e1097

Please sign in to comment.