From ac628b6efa736c6ac60d9e1d2385544c4424067d Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Fri, 25 Jun 2021 11:01:21 +0200 Subject: [PATCH] use sudo for testing service installation --- .github/workflows/golang-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golang-test.yml b/.github/workflows/golang-test.yml index df5b30b3c..1d72d3b2d 100644 --- a/.github/workflows/golang-test.yml +++ b/.github/workflows/golang-test.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Test - run: go test ./... + run: sudo go test ./... test_build: strategy: