From 55499d0c61945d430dd2efebd11f847dcf08e9ae Mon Sep 17 00:00:00 2001 From: Andre Richter Date: Mon, 25 Apr 2022 23:52:13 +0200 Subject: [PATCH] Actions: Add boot tests --- .github/workflows/test_unit.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_unit.yml b/.github/workflows/test_unit.yml index c9a88892..02de1b84 100644 --- a/.github/workflows/test_unit.yml +++ b/.github/workflows/test_unit.yml @@ -1,4 +1,4 @@ -name: Unit-Tests +name: Boot-and-Unit-Tests on: push: @@ -20,7 +20,7 @@ on: jobs: build: - name: Run unit tests + name: Run boot and unit tests runs-on: ubuntu-20.04 steps: @@ -37,4 +37,5 @@ jobs: bundle install --retry 3 - name: Make all run: | + bundle exec ruby utils/devtool.rb test_boot bundle exec ruby utils/devtool.rb test_unit