workflows: disable DNS tests on Windows and macOS

This commit is contained in:
selsta
2026-07-27 03:03:59 +02:00
parent ac32adb70d
commit 16908299a6
+1 -1
View File
@@ -26,7 +26,7 @@ env:
ccache --max-size=150M ccache --max-size=150M
CTEST_EXCLUDE_SLOW: | CTEST_EXCLUDE_SLOW: |
cd build cd build
env DNS_PUBLIC=tcp GTEST_FILTER="-select_outputs.*" ctest --output-on-failure -E "functional_tests_rpc|core_tests|cnv4-jit|hash-variant2-int-sqrt|wide_difficulty" env GTEST_FILTER="-DNSResolver.*:AddressFromURL.*:select_outputs.*" ctest --output-on-failure -E "functional_tests_rpc|core_tests|cnv4-jit|hash-variant2-int-sqrt|wide_difficulty"
USE_DEVICE_TREZOR_MANDATORY: ON USE_DEVICE_TREZOR_MANDATORY: ON
INSTALL_RUST: | INSTALL_RUST: |
curl -O https://static.rust-lang.org/rustup/archive/1.29.0/x86_64-unknown-linux-gnu/rustup-init curl -O https://static.rust-lang.org/rustup/archive/1.29.0/x86_64-unknown-linux-gnu/rustup-init