Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianrl committed Nov 21, 2024
1 parent 2f65f7f commit a85a00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ task default: %w[setup]
task(:setup) do
end

task(:tests) do
task(:test) do
sh('swift test --enable-code-coverage --disable-swift-testing -v')
end

0 comments on commit a85a00d

Please sign in to comment.