Skip to content

Commit

Permalink
ensure trace enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
HudsonGraeme committed Feb 15, 2024
1 parent 43019ad commit 84b8ba5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/actions/bench/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,10 @@ runs:
feature=""
;;
esac
export RUST_LOG=trace
if [ -n "$feature" ]; then
cargo nextest run --features $feature benchmarking_tests::tests --test-threads 1
RUST_LOG=trace cargo nextest run --features $feature benchmarking_tests::tests --test-threads 1
else
cargo nextest run 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 84b8ba5

Please sign in to comment.