aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'backend/justfile')
-rw-r--r--backend/justfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/justfile b/backend/justfile
index 1897cab..4a3c14e 100644
--- a/backend/justfile
+++ b/backend/justfile
@@ -7,3 +7,5 @@ test:
gen:
go generate ./...
+
+ci: check test