Added unit tests

This commit is contained in:
2025-06-20 09:47:04 +02:00
parent 0f487e3f93
commit a987c0fb34
5 changed files with 182 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ WORKDIR /app
# Copy source files
COPY . .
# Run unit tests
RUN go test ./... -v
# Build the application
RUN go build -ldflags="-s -w" -o zephyr