From 14da7bf57cfbfa23bbfd69e375dc016ab0591979 Mon Sep 17 00:00:00 2001 From: Adam Perry Date: Tue, 23 Jun 2026 04:15:13 +0000 Subject: [PATCH] docs: document app-server Wine tests --- .codex/skills/remote-tests/SKILL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.codex/skills/remote-tests/SKILL.md b/.codex/skills/remote-tests/SKILL.md index f0253370d1..c1f355d68c 100644 --- a/.codex/skills/remote-tests/SKILL.md +++ b/.codex/skills/remote-tests/SKILL.md @@ -13,6 +13,9 @@ On x86-64 Linux, run Wine exec with `bazel test //codex-rs/core:core-all-wine-exec-test --test_output=errors`. Temporary blockers belong beside the test in `skip_if_wine_exec!` calls. +The app-server integration suite uses the same runner: +`bazel test //codex-rs/app-server:app-server-all-wine-exec-test --test_output=errors`. + You can list devboxes via `applied_devbox ls`, pick the one with `codex` in the name. Connect to devbox via `ssh `. Reuse the same checkout of codex in `~/code/codex`. Reset files if needed. Multiple checkouts take longer to build and take up more space.