• Barrett Clark's avatar
    Allow cloud tests to be run in parallel · 9c13521d
    Barrett Clark authored
    Add the `-parallel N` switch to tell the tests to run in N processes:
    
    ```
    TFE_TOKEN=$TFE_TOKEN TFE_HOSTNAME=$TFE_HOSTNAME TF_ACC=1 go test -v \
      -tags=e2e ./internal/cloud/e2e/... -parallel 4
    ```
    9c13521d