From 5f6e3d653421770661b29171ca61d089f1f21130 Mon Sep 17 00:00:00 2001 From: Ryosuke Yabuki Date: Tue, 23 Mar 2021 13:46:25 +0900 Subject: [PATCH] add test command used by subset result --- docs/test-runners/robot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/test-runners/robot.md b/docs/test-runners/robot.md index b5d49b69d..87ece8f54 100644 --- a/docs/test-runners/robot.md +++ b/docs/test-runners/robot.md @@ -45,7 +45,7 @@ launchable subset \ This creates a file called `launchable-subset.txt` that you can pass into your command to run tests: ```bash -TODO +robot $(cat launchable-subset.txt) . ``` Make sure to continue running the full test suite at some stage. Run `launchable record build` and `launchable record tests` for those runs to continually train the model.