Disable running full tests on BSD builds - they are flappy

This commit is contained in:
Hamish Coleman 2023-06-25 15:10:10 +01:00
parent ce3ed1fb90
commit d39f5c7892

View File

@ -248,7 +248,7 @@ jobs:
python3 python3
./autogen.sh ./autogen.sh
./configure ./configure
gmake test gmake all
test_macos: test_macos:
name: Test MacOS name: Test MacOS