mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
This change ensures keyring tests that utilize the real OS keyring use credentials that are isolated by process ID so that parallel test processes do not access the same credentials. https://github.com/coder/internal/issues/1192