action-roman

example of local CI and Gitlab-ci for a crystal-lang repository

Installation

Local CI

Usage

When working on the code, run guardian -c. After each saving of *.cr files, the pipeline will be launched

You can start the pipeline manually with the werk run command

You can also run specific tests. For example werk run perf:soak_test will launch the pipeline to run soak tests

Contributors