Skip to content

Commit

Permalink
Update makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw committed Feb 23, 2023
1 parent 789c267 commit 00973e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Expand Up @@ -25,4 +25,11 @@ test-swift:
--enable-test-discovery \
--parallel

format:
swift format \
--ignore-unparsable-files \
--in-place \
--recursive \
./Html.playground ./Package.swift ./Sources ./Tests

test-all: test-linux test-macos test-ios test-swift

0 comments on commit 00973e3

Please sign in to comment.