gnolang / gno

Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + Gno.land: a blockchain for timeless code and fair open-source.
https://gno.land/
Other
882 stars 366 forks source link

`_test.gnoweb` currently doesn't work (resulting in top-level `make test` not working) #1222

Closed thehowl closed 11 months ago

thehowl commented 11 months ago

This has been untracked for a while. The CI for gnoweb is currently disabled, with the following line:

https://github.com/gnolang/gno/blob/fa8eb7753dc5396144dd4166123234af3a3a4da1/.github/workflows/gnoland.yml#L63

I'm making a PR to make make test in gno.land work (by commenting out _test.gnoweb). This should be fixed sometime shortly.

moul commented 11 months ago

See #1241

thehowl commented 11 months ago

Closing as #1241 merged