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 d22d791 commit 500e8f5Copy full SHA for 500e8f5
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
run: cmake --build build-bench --target logit_bench
34
- name: Run latency benchmarks
35
if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/stable') }}
36
- run: ./build-bench/bench/logit_bench
+ run: ./build-bench/logit_bench
37
- name: Configure consumer project
38
run: cmake -S tests/install_consumer -B build-consumer -DCMAKE_PREFIX_PATH=${{ github.workspace }}/install -DCMAKE_CXX_STANDARD=${{ matrix.std }}
39
- name: Build consumer project
0 commit comments