lablup/raftify

Write CI test to prevent crate version mismatch

开放

#134 创建于 2024年9月27日

 (1 条评论) (0 个反应) (0 位负责人)Rust (14 个派生)auto 404
cigood first issueon hold

仓库指标

星标
 (45 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南