diff --git a/.github/workflows/goTest.yml b/.github/workflows/goTest.yml index 61c2a10..3c01755 100644 --- a/.github/workflows/goTest.yml +++ b/.github/workflows/goTest.yml @@ -47,6 +47,6 @@ jobs: uses: actions/checkout@v2 - name: Test - run: go test ./... + run: go test -tags ${GO_TAGS} ./... env: GO_TAGS: oniguruma