From 73c83291c509ce81b3ad3841e3ca23d713538a8f Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sun, 13 Aug 2023 16:04:03 -0700 Subject: [PATCH] Fix Windows builds Signed-off-by: John Nunley --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d0e580..1662e10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,7 @@ jobs: # Note: This cfg is intended to make it easy for polling developers to test # the backend that uses poll, and is not a public API. RUSTFLAGS: ${{ env.RUSTFLAGS }} --cfg polling_test_poll_backend + if: startsWith(matrix.os, 'ubuntu') - run: cargo test env: # Note: This cfg is intended to make it easy for polling developers to test