From 15ecc0426bf9cad0ac97f1933a5e29a84d9a8a63 Mon Sep 17 00:00:00 2001 From: Yiling-J Date: Tue, 1 Oct 2024 10:49:24 +0800 Subject: [PATCH] test --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index ad007c0..b77fdcb 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -29,4 +29,4 @@ jobs: run: go test ./... -run=TestNode_ -count=1 - name: Bench - run: go test -run='^$' -cpu=4 -bench . -timeout=0 + run: go test -run='^$' -cpu=4 -bench . -json