mirror of
https://github.com/coder/coder.git
synced 2026-06-05 05:58:20 +00:00
20b3f8fbf3
We run our e2e-tests on a 16-core machine with `--max-workers=1` Using a standard runner with 2 cores, the machine runs the tests in the same amount of time while reducing the cost 8 times. Update: `test-e2e` fails on the 2core-8GB runner, so using a 4-core-16GB runner for that.