Skip to content

Commit 118225e

Browse files
authored
Merge pull request #21 from cipherstash/go-add-e2e-tests
Go add e2e tests
2 parents 718bd3f + 26c12aa commit 118225e

File tree

8 files changed

+544
-13
lines changed

8 files changed

+544
-13
lines changed

languages/go/xorm/.envrc.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export CS_CLIENT_ID=
88
export CS_CLIENT_KEY=
99

1010
# Used by Proxy
11-
export CS_ENCRYPTION__CLIENT_ID=
12-
export CS_ENCRYPTION__CLIENT_KEY=
11+
export CS_ENCRYPTION__CLIENT_ID=$CS_CLIENT_ID
12+
export CS_ENCRYPTION__CLIENT_KEY=$CS_CLIENT_KEY
1313
export CS_AUDIT__ENABLED=false
1414
export CS_DATABASE__PORT=5432
1515
export CS_DATABASE__USERNAME=postgres

languages/go/xorm/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,9 @@ Run examples:
7373
```shell
7474
./run.sh examples
7575
```
76+
77+
Run tests:
78+
79+
```shell
80+
./run.sh tests
81+
```

0 commit comments

Comments
 (0)