diff --git a/.github/workflows/ci_test_go.yml b/.github/workflows/ci_test_go.yml index 93517d7cf..4ba24ef26 100644 --- a/.github/workflows/ci_test_go.yml +++ b/.github/workflows/ci_test_go.yml @@ -135,5 +135,6 @@ jobs: if: matrix.library == 'DynamoDbEncryption' working-directory: ./Examples/runtimes/go run: | + go mod tidy go run main.go go test ./...