ARM CI: really skip net tests (fix)

This commit is contained in:
Martin Pulec
2022-11-04 15:38:54 +01:00
parent 2c9822f935
commit a593be7814

View File

@@ -12,7 +12,7 @@ APPNAME=UltraGrid-latest-${ARCH}.AppImage
./autogen.sh --enable-plugins
make -j "$(nproc)"
UG_SKIP_NET_TESTS=1
export UG_SKIP_NET_TESTS=1
make check
make distcheck