We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba507f commit dffd638Copy full SHA for dffd638
.packit/ci.sh
@@ -108,10 +108,10 @@ IGNORE_EXIT_STATUS=
108
# If the test passes unexpectedly, it fails as exit status non-zero.
109
#
110
# Set the default behavior for each test.
111
-MATRIX_DEFAULT_GCC_DEFAULT="exclude"
+MATRIX_DEFAULT_GCC_DEFAULT="include"
112
MATRIX_DEFAULT_GCC_O2="include"
113
MATRIX_DEFAULT_GCC_RPM="exclude"
114
-MATRIX_DEFAULT_CLANG_DEFAULT="exclude"
+MATRIX_DEFAULT_CLANG_DEFAULT="include"
115
MATRIX_DEFAULT_CLANG_O2="include"
116
MATRIX_DEFAULT_CLANG_RPM="exclude"
117
# Set the CPU specific behavior for each test optionally.
0 commit comments