integration: test json predicates in ci (#724)

This commit is contained in:
Ariel Mashraki
2020-09-03 11:15:31 +03:00
committed by GitHub
parent 6f960ec392
commit 4cdfc7b57e
4 changed files with 48 additions and 21 deletions

View File

@@ -171,7 +171,7 @@ jobs:
${{ runner.os }}-go-
- name: Run integration tests
working-directory: entc/integration
run: go test -race -count=2 ./...
run: go test -race -count=2 -tags='json1' ./...
migration:
runs-on: ubuntu-latest
@@ -281,4 +281,4 @@ jobs:
run: git checkout -
- name: Run integration on HEAD
working-directory: entc/integration
run: go test -race -count=2 ./...
run: go test -race -count=2 .