Skip to content

Commit 71778a0

Browse files
committed
Update to provide separate targets for each test
1 parent a99af3f commit 71778a0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/go-cm-integ-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ jobs:
4545
role-to-assume: ${{ secrets.GO_IAM_ROLE }}
4646
aws-region: us-east-1
4747

48-
- name: Build & Run
48+
- name: Build & Run Create Multi region
4949
working-directory: ./go/cluster_management/cmd/create_multi_region
5050
run: |
5151
go env -w GOPROXY=direct
5252
go test
53+
- name: Build & Run Create Single region
5354
working-directory: ./go/cluster_management/cmd/create_single_region
5455
run: |
5556
go env -w GOPROXY=direct

0 commit comments

Comments
 (0)