docs: note, tmux on CI server

This commit is contained in:
2026-02-16 12:13:28 +01:00
parent f21c8f46b6
commit 3eff69b530

View File

@ -118,6 +118,9 @@ Once you're in, you can run the following:
```
sudo -su abra
cd
tmux ls # if there is a session, run: tmux attach
# this way, we don't crash into each other
# when we're running tests
./run-ci-int
```