helsing-ai / buffrs

Modern protobuf package management
https://crates.io/crates/buffrs
Apache License 2.0
214 stars 12 forks source link

Unignore tests #189

Closed qsantos closed 11 months ago

qsantos commented 11 months ago

Two tests are enabled by this PR:

 - can_publish_and_fetch, which actually passes as-is  - cmd::package::fixture, which needed archive introspection instead of comparing hashes

I also include a very minor commit, which just removes one unneeded clone.

qsantos commented 11 months ago

I had somehow reverted my update of the expected archive. It should pass now.