diff --git a/Makefile b/Makefile index cf6bbd9..88f6cb5 100644 --- a/Makefile +++ b/Makefile @@ -38,3 +38,6 @@ gen-schema-download: gen-schema: yarn --cwd s3browser-frontend run graphql:gen + +test-backend: + cd s3browser-backend && go test ./... \ No newline at end of file