diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e6fb738..a4092237 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: go-version: '1.21.4' - uses: actions/checkout@v3 - run: | - yum -y install make gpgme-devel + yum -y install make export GOBIN=$(pwd)/bin/ make .install.ginkgo make test-unit diff --git a/Makefile b/Makefile index 513c3e80..192078fd 100644 --- a/Makefile +++ b/Makefile @@ -153,7 +153,7 @@ test-unit: ## Run unit tests -r \ --skip-package test/ \ --cover \ - --tags "$(BUILDTAGS)" \ + --tags "$(BUILDTAGS) containers_image_openpgp" \ --covermode atomic \ --coverprofile coverprofile \ --output-dir ${COVERAGE_PATH} \