Skip to content

v1.2.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 13:08
· 13 commits to master since this release
6c00ab4
tests: auto disable network related tests (#141)

* added .editorconfig

to ease contributing to the project

* tests: autodisable test in absence of curl

When running the test in the nix sandbox, there is no internet access
and this specific test fails.
The best solution would probably be to download these files only when
they dont exist.
The current fix skips the test when curl is not available and allows to move on.