diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e498c894..0440819b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -399,7 +399,9 @@ MinGW64: --build=x86_64-pc-linux-gnu --host=$PREFIX --enable-shared - make -j$(nproc) - cp -p src/wget.exe src/wget - - make check -j$(nproc) LOG_COMPILER=wine + # Avoid testing fuzz/ due to linker error (multiple definition of `getaddrinfo') + - make check -C tests -j LOG_COMPILER=wine + - make check -C testenv -j LOG_COMPILER=wine tags: - shared - linux