CI: cirrus-ci doesn't support ipv6 testing

v1.30
Brad House 4 months ago
parent a0d1c5766d
commit 7899b70ca9
  1. 2
      .cirrus.yml

@ -130,7 +130,7 @@ task:
env:
BUILD_TYPE: "valgrind"
TEST_WRAP: "valgrind --leak-check=full"
TEST_FILTER: "--gtest_filter=-*Container*:-*LiveSearchANY*"
TEST_FILTER: "-4 --gtest_filter=-*Container*:-*LiveSearchANY*"
- name: "COVERAGE"
only_if: $BUILD_COVERAGE == 'yes'
env:

Loading…
Cancel
Save