Skip to content

Commit 315b4fc

Browse files
committed
💀 UTF-8 errors
1 parent 4cfd668 commit 315b4fc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ end
88

99
desc "Test the output"
1010
task :test => [:clean, :compile] do
11-
puts "==> Running tests…"
1211
HTML::Proofer.new("./output").run
1312
end
1413

script/cibuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ cd "$RACK_ROOT"
2626
echo 'Bootstrapping gems...'
2727
script/bootstrap
2828

29+
echo "==> Running tests…"
2930
bundle exec rake test

0 commit comments

Comments
 (0)