lablup/raftify

Write CI test to prevent crate version mismatch

Open

#134 opened on Sep 27, 2024

 (1 comment) (0 reactions) (0 assignees)Rust (14 forks)auto 404
cigood first issueon hold

Repository metrics

Stars
 (45 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide