From d04b4aab524847c5b11eb11ef763f65ac8c8674e Mon Sep 17 00:00:00 2001 From: Yiling-J Date: Tue, 1 Oct 2024 12:16:14 +0800 Subject: [PATCH] test --- .github/workflows/go.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index b44f678..af6caed 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -28,5 +28,5 @@ jobs: - name: Test run: go test ./... -run=TestNode_ -count=1 - - name: Bench - run: go test -run='^$' -bench BenchmarkNode_ ./... -timeout=0 + # - name: Bench + # run: go test -run='^$' -bench BenchmarkNode_ ./... -timeout=0