mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
Merge pull request #152 from go-enry/fix-oniguruma-ci
Fix oniguruma profile on CI
This commit is contained in:
commit
ef6c17997c
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
|
||||
|
Loading…
Reference in New Issue
Block a user