Skip to content

Commit cac7078

Browse files
authored
Merge pull request #17 from substancelab/github_actions
Run just the tests as part of the "Run tests" step
2 parents 0675d68 + 78dbdae commit cac7078

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
@@ -33,4 +33,4 @@ jobs:
3333
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3434
bundler: 2.4.22 # For Ruby 2.7 compatibility
3535
- name: Run tests
36-
run: bundle exec rake
36+
run: bundle exec rake test

0 commit comments

Comments
 (0)