From d0fe09ed45e4ca15be7dd1910c12e5e43fc5d7db Mon Sep 17 00:00:00 2001 From: "duanyi.aster" Date: Tue, 19 Dec 2023 14:14:55 +0800 Subject: [PATCH] fmt --- .github/workflows/unit_test-linux-x64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_test-linux-x64.yml b/.github/workflows/unit_test-linux-x64.yml index 16e099cba..0185cdc8f 100644 --- a/.github/workflows/unit_test-linux-x64.yml +++ b/.github/workflows/unit_test-linux-x64.yml @@ -39,7 +39,7 @@ jobs: - name: option.PredictContainerSize run: | - SONIC_ENABLE_PCS=1 go test -run ^(TestGeneric_DecodeInterface|TestDecoder_Generic)$ github.com/bytedance/sonic/internal/decoder + SONIC_ENABLE_PCS=1 go test -run '^(TestGeneric_DecodeInterface|TestDecoder_Generic)$' github.com/bytedance/sonic/internal/decoder - name: Codecov run: bash <(curl -s https://codecov.io/bash)