nvim-neorocks / rocks

An alternative frontend app for luarocks.org
MIT License
24 stars 1 forks source link

[Tests]: Fix build test for CI #25

Closed vhyrro closed 2 weeks ago

vhyrro commented 3 months ago

The CI currently fails since it's unable to pull down the source of lua-cjson. I don't fancy vendoring that in this repository, so unsure where to take it from here.

mrcjkb commented 3 months ago

Can we disable the test that depends on it in CI for now?

mrcjkb commented 4 weeks ago

I've commented out the failing tests for now.

mrcjkb commented 2 weeks ago

perhaps we can temporarily re-enable the tests so they can be run locally with a nosandbox feature flag.