openfaas / certifier

OpenFaaS Compliance testing
MIT License
25 stars 14 forks source link

Create and release a certifier binary #54

Open LucasRoesler opened 4 years ago

LucasRoesler commented 4 years ago

It would be really great to have versioned binaries that we can then use in CI systems instead of needing to clone and run this repo. Having a built binary means we also don't need to worry about the go environment the user has.

we can use

go test -c ./tests -o faas-certifier

and this will produce a binary called faas-certifier for the tests.

alexellis commented 4 years ago

Please feel free to add a .travis.yml file for this and to add to the Trello board for tracking.