Skip to content

Commit 27f1121

Browse files
committed
ci: drop -priority-level from bench in win cross CI
So there's at least one CI sanity checking all benchmarks. Related to #32277.
1 parent 7a3afe6 commit 27f1121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ jobs:
358358
./src/univalue/unitester.exe
359359
360360
- name: Run benchmarks
361-
run: ./bin/bench_bitcoin.exe -sanity-check -priority-level=high
361+
run: ./bin/bench_bitcoin.exe -sanity-check
362362

363363
- name: Adjust paths in test/config.ini
364364
shell: pwsh

0 commit comments

Comments
 (0)