lablup/raftify

Write CI test to prevent crate version mismatch

Ouverte

#134 ouverte le 27 sept. 2024

 (1 commentaire) (0 réaction) (0 personne assignée)Rust (14 forks)auto 404
cigood first issueon hold

Métriques du dépôt

Stars
 (45 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur