Added unit tests
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user