Skip to content

Commit d916eb3

Browse files
authored
Merge pull request #717 from ekohl/static-validations
Move all static validations to the setup job
2 parents 16aec62 + 0e18cb0 commit d916eb3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

moduleroot/.github/workflows/ci.yml.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
with:
2121
ruby-version: '2.7'
2222
bundler-cache: true
23-
- name: Run rake validate
24-
run: bundle exec rake validate
23+
- name: Run static validations
24+
run: bundle exec rake validate lint check
2525
- name: Run rake rubocop
2626
run: bundle exec rake rubocop
2727
- name: Setup Test Matrix
@@ -48,7 +48,7 @@ jobs:
4848
ruby-version: ${{ matrix.ruby }}
4949
bundler-cache: true
5050
- name: Run tests
51-
run: bundle exec rake
51+
run: bundle exec rake parallel_spec
5252
<%- if Dir[File.join(@metadata[:workdir], 'spec', 'acceptance', '**', '*_spec.rb')].any? -%>
5353

5454
acceptance:

0 commit comments

Comments
 (0)