From 4207353bf0b5a1508502e0b1baf76a01f7154403 Mon Sep 17 00:00:00 2001 From: Konrad Wojas Date: Fri, 7 Jun 2024 21:49:45 +0800 Subject: [PATCH] tests: use relative import paths --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index dca8a9e..ae67ff1 100755 --- a/test.sh +++ b/test.sh @@ -19,7 +19,7 @@ go test -race -count=5 "$@" ./... GOMAXPROCS=1 go test -race -count=5 "$@" ./... # This one used to be flaky, run a few more times -go test -count 20 -run TestSyncer_Sync_startup powerdns.com/platform/lightningstream/syncer +go test -count 20 -run TestSyncer_Sync_startup ./syncer # Configure linters in .golangci.yml GOBIN="$PWD/bin" go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.0