mirror of
https://github.com/ent/ent.git
synced 2026-03-05 19:35:23 +03:00
entc/integration: add required json1 build tag to contributing instructions (#2359)
Co-authored-by: Jeffrey Stiles <freb@users.noreply.github.com>
This commit is contained in:
@@ -37,7 +37,7 @@ Then, in `entc/integration` run `docker-compose` in order to spin-up all databas
|
||||
docker-compose -f docker-compose.yaml up -d
|
||||
```
|
||||
|
||||
Then, run `go test ./...` to run all integration tests.
|
||||
Then, run `go test -tags json1 ./...` to run all integration tests.
|
||||
|
||||
|
||||
## Pull Requests
|
||||
|
||||
Reference in New Issue
Block a user