mas/script/test
2021-05-12 12:16:25 -07:00

10 lines
129 B
Bash
Executable file

#!/bin/bash -e
#
# script/test
# mas
#
# Runs mas tests.
#
echo "==> ✅ Testing"
set -o pipefail && swift test 2>&1 | xcpretty