prataprc / xorfilter

Rust library implementing xor-filters
Apache License 2.0
137 stars 18 forks source link

Tests take a long time to complete #21

Closed drmingdrmer closed 2 years ago

drmingdrmer commented 2 years ago

Is it all right to remove the debug mode test(line-22) and only run tests in release mode in github CI? https://github.com/prataprc/xorfilter/blob/a1d19318cf466615a574679856c01d67fd997169/.github/workflows/simple-build-test.yml#L20-L22

https://github.com/prataprc/xorfilter/blob/a1d19318cf466615a574679856c01d67fd997169/.github/workflows/simple-build-test.yml#L41-L45

prataprc commented 2 years ago

Yes. Make sense. I was only running these tests locally.