This PR drastically speeds up acceptance tests by executing them in parallel and eliminating the use of a single, externally-created test environment. Now, each test provisions an environment for the duration of the test.
❯ make testacc
...
PASS
ok github.com/aptible/terraform-provider-aptible/aptible 490.414s
This PR drastically speeds up acceptance tests by executing them in parallel and eliminating the use of a single, externally-created test environment. Now, each test provisions an environment for the duration of the test.