diff --git a/Makefile b/Makefile index 55f4b89..9de07d7 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,9 @@ run: fmt: go fmt ./... +test: + go test ./... + api: curl http://localhost:2023/-/play/compile -X POST --data '{"body":"a=5 + 5"}' -H "content-type:application/json" curl http://localhost:2023/-/play/fmt?body="a=1" -X POST -H "content-type:application/json"