Browse Source

Disable running full tests on BSD builds - they are flappy

pull/1130/head
Hamish Coleman 1 year ago
parent
commit
d39f5c7892
  1. 2
      .github/workflows/tests.yml

2
.github/workflows/tests.yml

@ -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

Loading…
Cancel
Save