mirror of
https://github.com/ent/ent.git
synced 2026-05-22 09:31:45 +03:00
integration: test json predicates in ci (#724)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user