From 00078c30467ace0b1ec7a2951cff34ce805e22fd Mon Sep 17 00:00:00 2001 From: Gabriel Vasile Date: Mon, 4 Jul 2022 22:40:26 +0300 Subject: [PATCH] Github CI: remove test name --- .github/workflows/go.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7f0141d1..9a80856e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -37,8 +37,7 @@ jobs: go-version: "1.18.x" - name: Checkout code uses: actions/checkout@v3.0.1 - - name: Run tests - run: go test -race ./... + - run: go test -race ./... - run: go test -fuzz=. -fuzztime=30s - run: go test -fuzz=Plain -fuzztime=30s ./internal/charset - run: go test -fuzz=XML -fuzztime=30s ./internal/charset