From b34b09f9530befc0b419a76b992b0b7937a39b7d Mon Sep 17 00:00:00 2001 From: a14m Date: Wed, 16 Dec 2020 12:04:23 +0100 Subject: Test separate build step --- .build.yml | 6 ++++-- 1 file 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 -- cgit v1.2.3