File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments