utxostack / ckb-bitcoin-spv-service

Synchronize headers to Bitcoin SPV clients running on the CKB chain.
MIT License
1 stars 4 forks source link

ci: remove non-existent tests in `make test` #11

Closed yangby-cryptape closed 5 months ago

yangby-cryptape commented 5 months ago

Description

No such tests.
To be honest, this project has no unit tests. Such a service requires integration tests rather than unit tests, and write integration tests in Rust is a terrible nightmare. The correctness is depended on works of our test team.

When I copied a Makefile as the template from another project (ckb-bitcoin-spv), I forgot to remove the temporary code which is used for debugging.