Skip to content

Commit d0fcd16

Browse files
committed
[ci] run everywhere
reduce gem overhead somewhat
1 parent 2f004c9 commit d0fcd16

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/rspec.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
name: Build, Test, Zip
1+
name: Rspec
22

33
on:
44
push:
5-
branches: [ master, cidev ]
65
pull_request:
7-
branches: [ master, cidev ]
86

97
jobs:
10-
build:
8+
rspec:
119
runs-on: ubuntu-latest
1210

1311
steps:
@@ -18,6 +16,6 @@ jobs:
1816
ruby-version: 2.5.8
1917
- name: Test with Rspec
2018
run: |
21-
gem install bundler
19+
gem install --no-rdoc --no-ri bundler
2220
bundle install
23-
bundle exec rspec --format documentation --color
21+
bundle exec rspec

0 commit comments

Comments
 (0)