lablup/raftify
Write CI test to prevent crate version mismatch
Aberta
#134 aberto em 27 de set. de 2024
cigood first issueon hold
Métricas do repositório
- Stars
- (45 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Currently, the raftify and raftify-py crates operate as completely separate crates, so their versions must be manually synchronized by someone, making it easy to introduce version mismatches.
Let's write a test in the CI to ensure that the versions of the two crates are the same.