Skip to content

Commit

Permalink
tests: use relative import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
wojas committed Jun 7, 2024
1 parent b154ba4 commit 4207353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 4207353

Please sign in to comment.