mirror of
https://github.com/monero-project/monero.git
synced 2026-07-28 14:47:15 -07:00
workflows: disable DNS tests on Windows and macOS
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user