feat: increase TEST_SAMPLE_INTRINSICS_PERCENTAGE of x86_64 to 30%
This commit is contained in:
parent
a472b5dcd9
commit
09a67dfab0
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ case ${TARGET} in
|
|||
TEST_CXX_COMPILER="clang++"
|
||||
TEST_RUNNER="${CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER}"
|
||||
TEST_SKIP_INTRINSICS=crates/intrinsic-test/missing_x86.txt
|
||||
: "${TEST_SAMPLE_INTRINSICS_PERCENTAGE:=5}"
|
||||
: "${TEST_SAMPLE_INTRINSICS_PERCENTAGE:=30}"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue