Skip to content

Commit

Permalink
Remove verbosity and multithreading which was used for testing risc0 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HudsonGraeme committed Feb 15, 2024
1 parent d87efdf commit 740e0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/bench/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ runs:
;;
esac
if [ -n "$feature" ]; then
RUST_LOG=trace cargo nextest run --nocapture --features $feature benchmarking_tests::tests #--test-threads 1
RUST_LOG=trace cargo nextest run --features $feature benchmarking_tests::tests --test-threads 1
else
RUST_LOG=trace cargo nextest run --nocapture benchmarking_tests::tests #--test-threads 1
RUST_LOG=trace cargo nextest run benchmarking_tests::tests --test-threads 1
fi
- name: Process Results
shell: bash
Expand Down

0 comments on commit 740e0f4

Please sign in to comment.