We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd27ec commit a0dc16fCopy full SHA for a0dc16f
.github/workflows/ci.yml
@@ -82,6 +82,7 @@ jobs:
82
cmake -DCODSPEED_MODE=${{ matrix.codspeed-mode }} -DCODSPEED_STRICT_WARNINGS=ON ..
83
make -j
84
85
+ - uses: dtolnay/rust-toolchain@stable
86
- name: Run the benchmarks
87
uses: CodSpeedHQ/action@chore/runner-branch
88
if: matrix.codspeed-mode != 'off'
@@ -122,6 +123,7 @@ jobs:
122
123
run: |
124
bazel build //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }} --//core:strict_warnings=on
125
126
127
128
129
0 commit comments