Skip to content

Commit

Permalink
print the source code
Browse files Browse the repository at this point in the history
  • Loading branch information
liunan-ms committed Feb 3, 2025
1 parent d0062cf commit 9d4c208
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SPECS/containerd2/containerd2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ make VERSION="%{version}" REVISION="%{commit_hash}" binaries man
%check
export BUILDTAGS="-mod=vendor"
make VERSION="%{version}" REVISION="%{commit_hash}" test
dnf install git -y
tdnf install git -y
go mod tidy
make vendor
cat ./internal/cri/server/images/image_pull.go
cat ./internal/cri/server/images/image_pull_test.go
go test -v -run . ./internal/cri/server/images

%install
Expand Down

0 comments on commit 9d4c208

Please sign in to comment.