mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 22:53:49 +08:00
9 lines
200 B
Bash
Executable File
9 lines
200 B
Bash
Executable File
# This file exists for Jenkins compatiblity
|
|
|
|
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
|
|
|
|
export RUN_TUNE_TESTS=1
|
|
export RUN_DOC_TESTS=1
|
|
export RUN_SGD_TESTS=1
|
|
|
|
bash $ROOT_DIR/entry_point.sh |