Skip to content

Commit c1f458a

Browse files
committed
ci: re-enable all benchmark runs
Drop the temporary `-filter` that excluded the `WalletMigration` benchmark.
1 parent 1da11db commit c1f458a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,7 @@ jobs:
358358
./src/univalue/unitester.exe
359359
360360
- name: Run benchmarks
361-
# TODO: Fix the `WalletMigration` benchmark and re-enable it.
362-
run: ./bin/bench_bitcoin.exe -sanity-check -filter='^(?!WalletMigration$).+$'
361+
run: ./bin/bench_bitcoin.exe -sanity-check
363362

364363
- name: Adjust paths in test/config.ini
365364
shell: pwsh

0 commit comments

Comments
 (0)