Skip to content

Commit

Permalink
Have Github run tests on every push to master.
Browse files Browse the repository at this point in the history
  • Loading branch information
threeplanetssoftware committed Aug 14, 2024
1 parent 886fa7a commit 6b651bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake
run: bundle exec rake test_all

0 comments on commit 6b651bc

Please sign in to comment.