diff --git a/test.sh b/test.sh new file mode 100755 index 0000000..85945dc --- /dev/null +++ b/test.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -e + +./_integration-test/run.sh \ No newline at end of file