ci: add ENRY_DEBUG flag

Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
Alexander Bezzubov 2020-03-28 20:36:48 +01:00
parent 78eee0cf7e
commit 9c082eb2d4
No known key found for this signature in database
GPG Key ID: 8039F5787EFCD05D

View File

@ -17,6 +17,8 @@ jobs:
uses: actions/checkout@v2
- name: Test
run: go test ./...
env:
ENRY_DEBUG: 1
test-oniguruma:
strategy:
matrix: