From d71a05e4b1527dc7ea67a004b9e767d3d9e05cef Mon Sep 17 00:00:00 2001 From: Hami Lemon Date: Sat, 5 Mar 2022 13:09:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9github=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 099b80f..863c15a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -34,7 +34,7 @@ jobs: check-latest: true - name: Test - run: go test -run=Test . + run: go test -run=Test - name: Benchmark - run: go test -bench=Benchmark -benchmem . + run: go test -bench=Benchmark -benchmem