We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91519af commit e6f2a14Copy full SHA for e6f2a14
1 file changed
.github/workflows/common_build.yml
@@ -145,6 +145,7 @@ jobs:
145
build_installer: true
146
need_deploy: false
147
qmake_extra: "CONFIG+=tests CONFIG+=noPch CONFIG+=ccache CONFIG+=sanitizer CONFIG+=sanitize_undefined CONFIG+=sanitize_address"
148
+ tests: true
149
gcc_version: 13
150
trik_qt_version: 5.15
151
trik_python3_version_minor: 11
@@ -159,8 +160,7 @@ jobs:
159
160
container_name: rockylinux:8
161
build: true
162
- tests: true
163
- qmake_extra: "CONFIG+=noPch CONFIG+=ccache CONFIG+=no-sanitizers CONFIG+=warn_off"
+ qmake_extra: "CONFIG+=noPch CONFIG+=ccache CONFIG+=sanitizer CONFIG+=sanitize_undefined CONFIG+=sanitize_address"
164
165
166
0 commit comments