diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dff87ad238..9d8fdb4a16e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -358,8 +358,7 @@ jobs: ./src/univalue/unitester.exe - name: Run benchmarks - # TODO: Fix the `WalletMigration` benchmark and re-enable it. - run: ./bin/bench_bitcoin.exe -sanity-check -filter='^(?!WalletMigration$).+$' + run: ./bin/bench_bitcoin.exe -sanity-check - name: Adjust paths in test/config.ini shell: pwsh