mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 03:30:19 +01:00
tests: fix multi environment variables in configci (#284)
* tests: fix multi environment variables in configci - fix multi environment vairables in configci - removing bitflip from mujoco tests - add bitflip to gym * tests: disable mujoco_a3c_lstm + fix timeout and fix docker
This commit is contained in:
@@ -45,7 +45,7 @@ endif
|
||||
ifndef FUNCTIONAL_PRESETS
|
||||
FUNCTIONAL_PRESETS=
|
||||
endif
|
||||
FUNCTIONAL_TESTS=python3 -m pytest rl_coach/tests -s -v -k ${FUNCTIONAL_PRESETS} -m functional_test
|
||||
FUNCTIONAL_TESTS=python3 -m pytest rl_coach/tests -s -v ${FUNCTIONAL_PRESETS} -m functional_test
|
||||
|
||||
# Golden Tests
|
||||
ifdef GOLDEN_PRESETS
|
||||
|
||||
Reference in New Issue
Block a user