Skip to content

Commit 159ade3

Browse files
committed
wip: enable debug log
1 parent 633d4b5 commit 159ade3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ jobs:
224224
225225
- name: Run the benchmarks
226226
uses: CodSpeedHQ/action@main
227+
env:
228+
RUST_LOG: debug
227229
with:
228230
run: examples/google_benchmark_cmake/build/benchmark_example --benchmark_filter=BM_FibonacciRecursive_Darwin
229231
mode: walltime
@@ -251,6 +253,8 @@ jobs:
251253
252254
- name: Run the benchmarks
253255
uses: CodSpeedHQ/action@main
256+
env:
257+
RUST_LOG: debug
254258
with:
255259
# Note: using bazel run directly fails with a permission error on `/var/tmp/_bazel_codspeed/`
256260
# This is because bazel does not like the user switch between running `bazel build` as a user then running `bazel run` as sudo and refuses to run.

0 commit comments

Comments
 (0)