Skip to content

Commit 0b0c6db

Browse files
committed
update go test command
1 parent ee28101 commit 0b0c6db

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@ jobs:
3131
run: |
3232
cd ${{ matrix.directory }}
3333
go vet .
34-
go test .
35-
go test -cover -race -cpu 1,2,4 .
34+
go test -v -cover -race -count=1 .
3635
go build .

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ stop-local-server:
5555
-$(CONTAINER_CMD) rm -f -t 10 $(CONTAINER_NAME)
5656

5757
test:
58-
go test -v ./...
58+
go test -v -cover -race -count=1 .
5959

6060
fuzz:
6161
go test -fuzz=FuzzParseDN -fuzztime=600s .

0 commit comments

Comments
 (0)