Skip to content

Commit

Permalink
Update Rakefile
Browse files Browse the repository at this point in the history
Co-Authored-By: bquorning <22333+bquorning@users.noreply.github.com>
  • Loading branch information
tonytonyjan and bquorning authored Jan 23, 2019
1 parent 42e0a36 commit 1c05793
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ require 'rubygems/package_task'
require 'rake/extensiontask'
require 'rake/testtask'

task default: %w[test:pure_ruby test:compiled]
task default: :test
task test: %w[test:pure_ruby test:compiled]

task benchmark: %w[benchmark:native benchmark:pure]

Expand Down

0 comments on commit 1c05793

Please sign in to comment.