Skip to content

Commit

Permalink
test task requires compile task to finish
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed May 6, 2024
1 parent 27b29ff commit a5908c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ end
require 'rake/extensiontask'
Rake::ExtensionTask.new("sdbm")

task :test => :compile
task :default => [:compile, :test]

0 comments on commit a5908c3

Please sign in to comment.