diff options
| -rw-r--r-- | .build.yml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -9,12 +9,14 @@ sources: - https://git.sr.ht/~a14m/game-of-life tasks: - - test: | + - build: | cd game-of-life/CLI/ruby bundle install -j $(nproc) + + - test: | + cd game-of-life/CLI/ruby bundle exec rspec --format progress - lint: | cd game-of-life/CLI/ruby - bundle install -j $(nproc) bundle exec rubocop |
