Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 55499d0

Browse files
Actions: Add boot tests
1 parent 73003ce commit 55499d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎.github/workflows/test_unit.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Unit-Tests
1+
name: Boot-and-Unit-Tests
22

33
on:
44
push:
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
build:
23-
name: Run unit tests
23+
name: Run boot and unit tests
2424
runs-on: ubuntu-20.04
2525

2626
steps:
@@ -37,4 +37,5 @@ jobs:
3737
bundle install --retry 3
3838
- name: Make all
3939
run: |
40+
bundle exec ruby utils/devtool.rb test_boot
4041
bundle exec ruby utils/devtool.rb test_unit

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /