From 6a224ff69471b7dffd61c9b735b98bf2ebefb975 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Fri, 10 Feb 2023 16:55:48 +0100 Subject: [PATCH] Removed TIS-CI tests from slow test suite That test is performed by TIS-CI proper, and the necessary files are stripped from the tarball anyway. --- tests/test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test.sh b/tests/test.sh index 223391f..9ded911 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -53,7 +53,6 @@ set -e -make clean; make tis-ci make clean; make test make clean; make test CFLAGS="-DBLAKE2_NO_UNROLLING -O3" make clean; make test CC="clang -std=c99" CFLAGS="-g -fsanitize=address" -- 2.47.3