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:
Jeffrey Stiles
2022-02-24 23:12:20 -08:00
committed by GitHub
parent b17aa2245f
commit 4213c72699

View File

@@ -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