From d8b25570eb51a3b68513a6f07a24aa55ef0845f5 Mon Sep 17 00:00:00 2001 From: z00430081 Date: Wed, 17 Nov 2021 14:33:50 +0800 Subject: [PATCH] run the complete test case on ci --- zstd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zstd.spec b/zstd.spec index 7abed7f..9c92a9e 100644 --- a/zstd.spec +++ b/zstd.spec @@ -2,7 +2,7 @@ Name: zstd Version: 1.5.0 -Release: 6 +Release: 7 Summary: A fast lossless compression algorithm License: BSD and GPLv2 URL: https://github.com/facebook/zstd @@ -53,7 +53,7 @@ done %endif %check -make -C tests test-zstd +make -C tests test %if %{with pzstd} make -C contrib/pzstd test CXXFLAGS="$RPM_OPT_FLAGS -std=c++11" %endif @@ -90,6 +90,9 @@ install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1 %{_mandir}/man1/*.1* %changelog +* Tue Nov 16 2021 zhangying - 1.5.0.7 +* run the complete test case on ci + * Tue Nov 16 2021 zhangxiao - 1.5.0.6 * Limit train smaples -- Gitee