Fail to speed up CI by not installing Chrome.

I have no idea why the same "vintage" machine I logged into via tmate
has this working, but this doesn't, but the --no-sandbox thing is
correct regardless.

Variants of the following is what SHOULD work but doesn't yet.

	PATH=/usr/local/share/chromium/chrome-linux:$PATH GOEXPERIMENT=synctest stdbuf -oL -eL go test -v -count=1 -run TestBrowserInitialization ./claudetool/browse/...
diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml
index 8ea2e03..454ab69 100644
--- a/.github/workflows/go_test.yml
+++ b/.github/workflows/go_test.yml
@@ -40,6 +40,9 @@
           go install gotest.tools/gotestsum@latest
           go install mvdan.cc/gofumpt@latest
           go install golang.org/x/tools/cmd/goimports@latest
+          # Empirically (by logging into runners with tmate), there are versions of Chromium/Chrome in /opt/google/chrome
+          # and /usr/local/share/chromium/chrome-linux. However, adding them to the PATH
+          # hasn't worked yet. I don't know why.
           sudo apt-get update && sudo apt-get -y install chromium
 
       - name: Go generate