From 27f11217ca63e0f8f78f14db139150052dcd9962 Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 16 Apr 2025 16:26:07 +0100 Subject: [PATCH] ci: drop -priority-level from bench in win cross CI So there's at least one CI sanity checking all benchmarks. Related to #32277. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d6521a3f45..9d8fdb4a16e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -358,7 +358,7 @@ jobs: ./src/univalue/unitester.exe - name: Run benchmarks - run: ./bin/bench_bitcoin.exe -sanity-check -priority-level=high + run: ./bin/bench_bitcoin.exe -sanity-check - name: Adjust paths in test/config.ini shell: pwsh