Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/functional/L1_Functional_Tests_SingleController.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ run_test fast uv run --no-sync bash ./tests/functional/grpo_dp_single_controller

# Token-capture (gate-authoritative) path: same SC+Gym smoke with the gate
# custodying token lineage and the finalizer publishing training rows.
run_test uv run --no-sync bash ./tests/functional/grpo_async_gym_single_controller.sh token_capture.enabled=true
run_test uv run --no-sync bash ./tests/functional/grpo_async_gym_single_controller.sh ++token_capture.enabled=true

cd ${PROJECT_ROOT}/tests
if compgen -G ".coverage*" > /dev/null; then
Expand Down
Loading