Merge pull request #152 from go-enry/fix-oniguruma-ci

Fix oniguruma profile on CI
This commit is contained in:
Alex
2022-12-25 22:36:42 +01:00
committed by GitHub

View File

@ -47,6 +47,6 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Test - name: Test
run: go test ./... run: go test -tags ${GO_TAGS} ./...
env: env:
GO_TAGS: oniguruma GO_TAGS: oniguruma