lablup/raftify

Write CI test to prevent crate version mismatch

Aperta

#134 aperta il 27 set 2024

 (1 commento) (0 reazioni) (0 assegnatari)Rust (14 fork)auto 404
cigood first issueon hold

Metriche repository

Star
 (45 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor