Skip to content

Commit

Permalink
unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Mar 1, 2024
1 parent 0a15be6 commit 83a194f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 83a194f

Please sign in to comment.