diff options
Diffstat (limited to 'src/run.bash')
| -rwxr-xr-x | src/run.bash | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/run.bash b/src/run.bash index 0cd129253c..9d7b02f9f9 100755 --- a/src/run.bash +++ b/src/run.bash @@ -103,6 +103,9 @@ if [[ $(uname | tr A-Z a-z | sed 's/mingw/windows/') != *windows* ]]; then fi ) || exit $? +(xcd ../doc/codelab/wiki +gomake test) || exit $? + for i in ../misc/dashboard/builder ../misc/goplay do (xcd $i |
