Skip to content

Commit 8412c88

Browse files
auto commit
1 parent 9b51cb2 commit 8412c88

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci_test_go.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,9 @@ jobs:
140140
run: |
141141
make test_go
142142
143-
- name: Run Examples
143+
- name: Run and Test Examples
144144
if: matrix.library == 'DynamoDbEncryption'
145145
working-directory: ./Examples/runtimes/go
146146
run: |
147147
go run main.go
148-
149-
- name: Test Examples
150-
if: matrix.library == 'DynamoDbEncryption'
151-
working-directory: ./Examples/runtimes/go
152-
run: |
153148
go test ./...

0 commit comments

Comments
 (0)