Skip to content

Commit 6b651bc

Browse files
Have Github run tests on every push to master.
1 parent 886fa7a commit 6b651bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
ruby-version: ${{ matrix.ruby-version }}
3131
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3232
- name: Run tests
33-
run: bundle exec rake
33+
run: bundle exec rake test_all

0 commit comments

Comments
 (0)