diff options
| author | a14m <[email protected]> | 2020-12-16 12:04:23 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-12-16 12:04:23 +0100 |
| commit | b34b09f9530befc0b419a76b992b0b7937a39b7d (patch) | |
| tree | 5c55e975f74330778ad4d7c557dd2d2b813c0726 | |
| parent | a8120a6d1925a7feace1a207f38f92859380120c (diff) | |
Test separate build step
| -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 |
