mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
10 lines
110 B
Bash
Executable file
10 lines
110 B
Bash
Executable file
#!/bin/bash -e
|
|
#
|
|
# script/test
|
|
# mas
|
|
#
|
|
# Runs mas tests.
|
|
#
|
|
|
|
echo "==> ✅ Testing"
|
|
swift test 2>&1 | xcpretty
|