added test to makefile

This commit is contained in:
Djeeberjr 2022-02-07 15:57:45 +01:00
parent 40fea85a4c
commit a6612f6cdc

View File

@ -38,3 +38,6 @@ gen-schema-download:
gen-schema:
yarn --cwd s3browser-frontend run graphql:gen
test-backend:
cd s3browser-backend && go test ./...