Moved module namespace to git.dittmar.dev #42

Merged
robin merged 2 commits from dev into main 2026-09-06 18:18:43 +02:00
Showing only changes of commit f409f02f91 - Show all commits
+5 -1
View File
@@ -48,7 +48,11 @@ run: build-api
## test: Run tests with race detector
test:
@echo "Running tests..."
@go test -v -race -timeout 30s ./...
@if [ "$$(go env GOARCH)" = "amd64" ]; then \
go test -race -timeout 30s ./...; \
else \
go test -timeout 60s ./...; \
fi
## test-cover: Run tests and generate coverage report
test-cover: