mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-07 10:21:11 +02:00
ci: Temporarily disable WalletMigration
benchmark
This commit is contained in:
parent
c7b592fbd7
commit
18a035145d
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -358,7 +358,8 @@ jobs:
|
|||||||
./src/univalue/unitester.exe
|
./src/univalue/unitester.exe
|
||||||
|
|
||||||
- name: Run benchmarks
|
- name: Run benchmarks
|
||||||
run: ./bin/bench_bitcoin.exe -sanity-check
|
# TODO: Fix the `WalletMigration` benchmark and re-enable it.
|
||||||
|
run: ./bin/bench_bitcoin.exe -sanity-check -filter='^(?!WalletMigration$).+$'
|
||||||
|
|
||||||
- name: Adjust paths in test/config.ini
|
- name: Adjust paths in test/config.ini
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user