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