dialect/sql: add DotPath option to json option (#725)

This commit is contained in:
Ariel Mashraki
2020-09-04 14:13:29 +03:00
committed by GitHub
parent 4cdfc7b57e
commit 6a1829cc33
3 changed files with 177 additions and 9 deletions

View File

@@ -276,9 +276,9 @@ jobs:
run: git checkout origin/master
- name: Run integration on origin/master
working-directory: entc/integration
run: go test -race -count=2 ./...
run: go test -race -count=2 -tags='json1' ./...
- name: Checkout previous HEAD
run: git checkout -
- name: Run integration on HEAD
working-directory: entc/integration
run: go test -race -count=2 .
run: go test -race -count=2 -tags='json1' ./...