ANSSI-FR / MLA

Multi Layer Archive - A pure rust encrypted and compressed archive file format
GNU Lesser General Public License v3.0
330 stars 20 forks source link

CI: test for publishing state #181

Closed commial closed 1 year ago

commial commented 1 year ago

Add a CI test for cargo publish. Notably, this command can catch weird state of internal features, or missing feature activation.

For instance, if an mla dependency enables a feature which is required by mla but not explicitly imported by it, cargo build and cargo tests will happily work. But cargo publish will spot the problem.