Skip to content

Commit dd759d8

Browse files
Workflow for examples
1 parent 1e32e43 commit dd759d8

File tree

2 files changed

+6
-123
lines changed

2 files changed

+6
-123
lines changed

.github/workflows/ci_test_go.yml

+6
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,9 @@ jobs:
126126
working-directory: ./${{ matrix.library }}
127127
run: |
128128
make test_go
129+
130+
- name: Test ${{ matrix.library }}
131+
if: matrix.library == 'DynamoDbEncryption'
132+
working-directory: ./Examples/runtimes/go
133+
run: |
134+
go run main.go

Examples/runtimes/go/misc/BasicPutGetExample.go

-123
This file was deleted.

0 commit comments

Comments
 (0)