lablup/raftify

Write CI test to prevent crate version mismatch

Offen

#134 geöffnet am 27.09.2024

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (14 Forks)auto 404
cigood first issueon hold

Repository-Metriken

Stars
 (45 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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