iden3 / go-iden3-crypto

Go implementation of some cryptographic primitives (that fit inside the SNARK field) and compatible with circomlib
Apache License 2.0
117 stars 38 forks source link

Update Travis to really test 386 #20

Closed ed255 closed 4 years ago

ed255 commented 4 years ago

It looks like Travis was not testing the library with GOARCH="386". Maybe travis_script_go is ignoring env vars?

arnaucube commented 4 years ago

I would directly do it in GH Actions as we already had decided to move all the repos to GH Actions