mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
9 lines
No EOL
200 B
Bash
Executable file
9 lines
No EOL
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 |