mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-27 06:42:04 -03:00
Merge pull request #152 from go-enry/fix-oniguruma-ci
Fix oniguruma profile on CI
This commit is contained in:
2
.github/workflows/goTest.yml
vendored
2
.github/workflows/goTest.yml
vendored
@ -47,6 +47,6 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Test
|
||||
run: go test ./...
|
||||
run: go test -tags ${GO_TAGS} ./...
|
||||
env:
|
||||
GO_TAGS: oniguruma
|
||||
|
Reference in New Issue
Block a user