Compare commits

...

2 Commits

Author SHA1 Message Date
69e16471d7 bump 2022-02-07 16:00:15 +01:00
a6612f6cdc added test to makefile 2022-02-07 15:57:45 +01:00
3 changed files with 5 additions and 2 deletions

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 ./...