Skip to content

Commit

Permalink
make test depend on compile
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrodaniel committed Oct 20, 2024
1 parent 8ffe525 commit 348e71a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,5 @@ jobs:
- name: Lint
run: bundle exec rake rubocop

- name: Build
run: bundle exec rake

- name: Test
- name: Build and test
run: bundle exec rake test
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Rake::TestTask.new do |t|
t.verbose = true
end

task test: :compile

RuboCop::RakeTask.new

task lint: "rubocop:autocorrect_all"

0 comments on commit 348e71a

Please sign in to comment.