summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-16 12:04:23 +0100
committera14m <[email protected]>2020-12-16 12:04:23 +0100
commitb34b09f9530befc0b419a76b992b0b7937a39b7d (patch)
tree5c55e975f74330778ad4d7c557dd2d2b813c0726
parenta8120a6d1925a7feace1a207f38f92859380120c (diff)
Test separate build step
-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