From 45b41b959641554587df3e1ecd6a28e1a2af86fc Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Mon, 4 Mar 2024 09:52:36 +0800 Subject: [PATCH] limist the test scope --- .github/workflows/test_riscv64.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_riscv64.yaml b/.github/workflows/test_riscv64.yaml index a402e36..3c8ea8a 100644 --- a/.github/workflows/test_riscv64.yaml +++ b/.github/workflows/test_riscv64.yaml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v4 - name: Test - run: go test -v -short ./... + run: go test -v -short ./internal/bigmod/... env: GODEBUG: x509sha1=1 GOARCH: ${{ matrix.arch }}