CI/CD
ylixir opened this issue ยท 0 comments
We need a better story for CI/CD. Before we do a first release we should have the system at least building and running lumen tests
- use github actions
- our steps run in a nix environment (to ensure reproducibility)
- things the action should do:
- compile lumen twice and make sure the output files match the inputs
- run the lumen test suite and fail on a broken test