mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-04 00:41:36 +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
|
||||
|
||||
- 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
|
||||
shell: pwsh
|
||||
|
Loading…
x
Reference in New Issue
Block a user