tests: add testing around set and es aggregate

This commit is contained in:
Jon Lundy
2022-09-06 15:31:48 -06:00
parent 700d6370f2
commit a42270c6ac
7 changed files with 188 additions and 72 deletions

View File

@@ -33,8 +33,10 @@ ifeq (, $(shell which gqlgen))
endif
gqlgen
EV_HOST?=localhost:8080
load:
watch -n .1 "http POST localhost:8080/inbox/asdf/test a=b one=1 two:='{\"v\":2}' | jq"
watch -n .1 "http POST $(EV_HOST)/inbox/asdf/test a=b one=1 two:='{\"v\":2}' | jq"
bi:
go build .