From a139863ceb2d4be318bcca1a0f4c658b26c14080 Mon Sep 17 00:00:00 2001 From: Alex Bezzubov Date: Sun, 25 Dec 2022 22:33:02 +0100 Subject: [PATCH] ci: fix oniguruma profile --- .github/workflows/goTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goTest.yml b/.github/workflows/goTest.yml index 61c2a10..3c01755 100644 --- a/.github/workflows/goTest.yml +++ b/.github/workflows/goTest.yml @@ -47,6 +47,6 @@ jobs: uses: actions/checkout@v2 - name: Test - run: go test ./... + run: go test -tags ${GO_TAGS} ./... env: GO_TAGS: oniguruma