Skip to content

Commit b0919e1

Browse files
committed
ci: Enable benchmarks for all Windows jobs
1 parent cf6a989 commit b0919e1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,12 @@ jobs:
2828
build_configuration: 'Release'
2929
- job_name: 'x64 (MSVC): Windows (VS 2022, debug)'
3030
build_configuration: 'Debug'
31-
# TODO: Resolve the issue and re-enable benchmark.
32-
# See: https://github.com/bitcoin-core/minisketch/pull/96.
33-
skip_benchmark: true
3431
- job_name: 'x64 (MSVC): Windows (VS 2022, shared)'
3532
cmake_options: '-DBUILD_SHARED_LIBS=ON'
3633
build_configuration: 'Release'
3734
- job_name: 'x64 (clang-cl): Windows (VS 2022)'
3835
cmake_options: '-T ClangCL'
3936
build_configuration: 'Release'
40-
# TODO: Resolve the issue and re-enable benchmark.
41-
# See: https://github.com/bitcoin-core/minisketch/pull/96.
42-
skip_benchmark: true
4337

4438
steps:
4539
- name: Checkout
@@ -64,6 +58,5 @@ jobs:
6458
run: ctest --output-on-failure -j $env:NUMBER_OF_PROCESSORS -C ${{ matrix.configuration.build_configuration }}
6559

6660
- name: Benchmark
67-
if: ${{ ! matrix.configuration.skip_benchmark }}
6861
working-directory: build
6962
run: bin\${{ matrix.configuration.build_configuration }}\bench.exe

0 commit comments

Comments
 (0)