guzba / zippy

Pure Nim implementation of deflate, zlib, gzip and zip.
MIT License
246 stars 29 forks source link

Tests multi nim versions on CI #33

Closed jiro4989 closed 2 years ago

jiro4989 commented 2 years ago

Added 4 test cases to CI because zippy requires nim >= 1.0.0 (https://github.com/guzba/zippy/blob/master/zippy.nimble#L8).

Test cases:

  1. Build with Nim 1.0.0
  2. Build with Nim 1.0.x ( x is a latest patch version)
  3. Build with Nim 1.2.x
  4. Build with Nim 1.4.x

But tests failes in Nim 1.0.0, 1.0.x, 1.2.x ...

guzba commented 2 years ago

Ah thanks this is pretty cool. I'll merge now and work on the failures.

guzba commented 2 years ago

everything appears fixed in zippy 0.7.3

jiro4989 commented 2 years ago

Awesome work! 👍