mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
ci: drop -priority-level from bench in win cross CI
So there's at least one CI sanity checking all benchmarks. Related to #32277.
This commit is contained in:
parent
7a3afe6787
commit
27f11217ca
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue