diff --git a/Makefile b/Makefile index 0e1b51e..4e85984 100644 --- a/Makefile +++ b/Makefile @@ -7,5 +7,5 @@ lint: .PHONY: lint test: - deno test --allow-env --allow-read + deno task test .PHONY: test