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
commit ef6c17997c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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