ci: fix oniguruma profile

This commit is contained in:
Alex Bezzubov 2022-12-25 22:33:02 +01:00
parent a9296f134c
commit a139863ceb

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