mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
Neither the `os.Setenv` nor `t.Setenv` helper are safe to use in parallel tests because environment variables are process-global. The stdlib panics if you try to do this. Remove the `ci.Parallel()` call from all tests where we're setting environment variables.
14 KiB
14 KiB