Skip to content

Commit

Permalink
CI: remove unnecessary rake task test:all (#3543)
Browse files Browse the repository at this point in the history
It is the same as `rake test` since #2347
  • Loading branch information
stadniklksndr authored Nov 8, 2024
1 parent 9e0dc2e commit 271e4d0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,4 @@ else
task :test => [:compile]
end

namespace :test do
desc "Run all tests"

task :all => :test
end

task :default => [:rubocop, "test:all"]
task :default => [:rubocop, :test]

0 comments on commit 271e4d0

Please sign in to comment.