Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: bundle run test clean release
.PHONY: bundle run test test-reliability clean release

bundle:
./scripts/build.sh
Expand All @@ -11,6 +11,9 @@ run: bundle
test:
swift test

test-reliability:
swift test --filter ReliabilityInteractionTests

release:
./scripts/build.sh --release

Expand Down
358 changes: 137 additions & 221 deletions README.md

Large diffs are not rendered by default.

Loading
Loading