mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
6 lines
67 B
Bash
Executable File
6 lines
67 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
./bin/run-cli-tests.sh
|
|
./bin/run-plugin-tests.sh |