dyz1990 / sevenz-rust

A 7z decompressor/compressor lib written in pure rust
Apache License 2.0
153 stars 24 forks source link

Added new tests (for Delta and Copy) and Github Actions CI #5

Closed bfrazho closed 1 year ago

bfrazho commented 1 year ago

I added tests for Delta, and Copy, and just added another small assertion on the encryption one to make sure we can read the first sentence of the decrypted file.

I'm not sure if you planned on using a different continuous integration server at some point, but I threw together a GitHub Actions script that will run all the tests on every push (in release mode with aes256 enabled, I'm honestly not sure if it is better or worse to have release mode enabled for this).

dyz1990 commented 1 year ago

Good jobs!