diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 530d8828..f20af4c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,9 @@ jobs: args: --verbose --all # Explicitly run any tests that are usually #[ignored], modulo ZEBRA_SKIP_NETWORK_TESTS - name: Run zebrad large sync tests + # There is a compiler issue when building the acceptance integration + # test binary, this disables these tests on Windows for now. + if: matrix.os == 'ubuntu-latest' || matrix.os == 'macOS-latest' env: RUST_BACKTRACE: full uses: actions-rs/cargo@v1