From 99384444efe45ad3ed3fcf8da0b6dc2eb9231754 Mon Sep 17 00:00:00 2001 From: zhengchun Date: Wed, 20 Mar 2024 01:42:37 +0800 Subject: [PATCH] fix `testing.yml` --- .github/workflows/testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index b156ec5..294416a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -14,5 +14,7 @@ jobs: uses: actions/setup-go@v4 with: go-version: ${{ matrix.go-version }} + - name: Install dependencies + run: go mod download - name: Test with the Go CLI run: go test