Skip to content

Commit

Permalink
Automatically cleanup lock file after tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Jul 18, 2024
1 parent afc1c2c commit 0b53bd3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,9 @@ namespace :gem do
end
end

# Clean up afterwards
Rake::Task[:spec].enhance do
Rake::Task[:clean].invoke
end

task :default => :spec

0 comments on commit 0b53bd3

Please sign in to comment.