Skip to content

Commit 3c30d91

Browse files
feat: increase TEST_SAMPLE_INTRINSICS_PERCENTAGE of x86_64 to 30%
1 parent fd1c9c5 commit 3c30d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/intrinsic-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ case ${TARGET} in
7575
TEST_CXX_COMPILER="clang++"
7676
TEST_RUNNER="${CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER}"
7777
TEST_SKIP_INTRINSICS=crates/intrinsic-test/missing_x86.txt
78-
: "${TEST_SAMPLE_INTRINSICS_PERCENTAGE:=5}"
78+
: "${TEST_SAMPLE_INTRINSICS_PERCENTAGE:=30}"
7979
;;
8080
*)
8181
;;

0 commit comments

Comments
 (0)