Skip to content

Commit 2373ba2

Browse files
committed
chore(CI): remove tags
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 0499483 commit 2373ba2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
runs-on: ${{ matrix.os }}
3838
env:
3939
GO111MODULE: on
40-
TESTTAGS: ${{ matrix.test-tags }}
4140
GOPROXY: https://proxy.golang.org
4241
steps:
4342
- name: Set up Go ${{ matrix.go }}
@@ -65,4 +64,4 @@ jobs:
6564
- name: Upload coverage to Codecov
6665
uses: codecov/codecov-action@v2
6766
with:
68-
flags: ${{ matrix.os }},go-${{ matrix.go }},${{ matrix.test-tags }}
67+
flags: ${{ matrix.os }},go-${{ matrix.go }}

0 commit comments

Comments
 (0)