aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'backend/justfile')
-rw-r--r--backend/justfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/justfile b/backend/justfile
index a74047f..1897cab 100644
--- a/backend/justfile
+++ b/backend/justfile
@@ -2,7 +2,8 @@ check:
go build -o /dev/null ./...
go tool golangci-lint run
-ci: check
+test:
+ go test ./...
gen:
go generate ./...