From 92843fdd09977d15108fccd022171ae938b93aec Mon Sep 17 00:00:00 2001 From: thinkerou Date: Tue, 28 Jun 2022 12:42:43 +0800 Subject: [PATCH] ci: add build tag --- .github/workflows/gin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gin.yml b/.github/workflows/gin.yml index e8ef30ca..db934016 100644 --- a/.github/workflows/gin.yml +++ b/.github/workflows/gin.yml @@ -29,7 +29,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] go: [1.14, 1.15, 1.16, 1.17, 1.18] - test-tags: ['', nomsgpack] + test-tags: ['', nomsgpack, jsoniter, go_json] include: - os: ubuntu-latest go-build: ~/.cache/go-build