From 632578205860a3262c57a0b11471f50ed36b4249 Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 6 Feb 2024 11:33:40 +0100 Subject: [PATCH] Fix CI test --- .github/workflows/test.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d76fa6a..c1ed46d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -38,10 +38,6 @@ jobs: - name: Go Build run: go build ./... - - name: Go Test - run: go test ./... - if: ${{ matrix.os != 'linux' }} - - name: Go Test (with data race detection) run: go test -race ./... if: ${{ matrix.os == 'linux' }}