Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 825 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 825 Bytes

veidemann-log-service

Service for reading and writing, crawl logs and page logs.

Running integration test

The integration test spins up scylla and schema containers and is tagged with "integration".

Using docker:

go clean -testcache && go test -tags=integration ./...

Using podman:

go clean -testcache && TESTCONTAINERS_RYUK_DISABLED=true DOCKER_HOST=unix:///var/run/user/${UID}/podman/podman.sock go test -tags=integration ./...

Resources