aboutsummaryrefslogtreecommitdiffhomepage
path: root/worker/swift/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'worker/swift/justfile')
-rw-r--r--worker/swift/justfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/worker/swift/justfile b/worker/swift/justfile
index b203597..decaaf0 100644
--- a/worker/swift/justfile
+++ b/worker/swift/justfile
@@ -2,4 +2,7 @@ check:
go build -o /dev/null ./...
go tool golangci-lint run
-ci: check
+test:
+ go test ./...
+
+ci: check test