Compare commits

...

No commits in common. "757b6ccc73e03d543f1f0a496c5e543e2b2d3352" and "7d7036358c35d64ef3d924d92ea08cef95c13751" have entirely different histories.

View file

@ -23,7 +23,7 @@ checker-carddav.so:
go build -buildmode=plugin -ldflags "$(GO_LDFLAGS)" -o $@ ./plugin/carddav
test:
go test ./...
go test -tags standalone ./...
docker: docker-caldav docker-carddav