Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed Dec 19, 2023
1 parent 825a3fb commit d0fe09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test-linux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit d0fe09e

Please sign in to comment.