mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
ci: fix oniguruma profile
This commit is contained in:
parent
a9296f134c
commit
a139863ceb
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