Compare commits

..

No commits in common. "7d7036358c35d64ef3d924d92ea08cef95c13751" and "757b6ccc73e03d543f1f0a496c5e543e2b2d3352" 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 -tags standalone ./...
go test ./...
docker: docker-caldav docker-carddav