From 83a194ff0aa3540af2968756c2a2cc62d0888d5f Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Fri, 1 Mar 2024 18:58:51 +1100 Subject: [PATCH] unit test Signed-off-by: Navid Yaghoobi --- .github/workflows/test.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} \