lablup/raftify

Write CI test to prevent crate version mismatch

Aberta

#134 aberto em 27 de set. de 2024

 (1 comentário) (0 reação) (0 responsável)Rust (14 forks)auto 404
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.

Guia do colaborador