summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.build.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index 0bdd11f..eade737 100644
--- a/.build.yml
+++ b/.build.yml
@@ -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