Skip to content

Commit

Permalink
test task 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 9c06a4b
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 9c06a4b

Please sign in to comment.