From 65fd5a4912550b6da4e6d0e07cdc3aa131e7a7ef Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Mon, 5 Apr 2021 14:52:31 -0400 Subject: [PATCH] Add a note about adding Windows to GitHub Actions test matrix --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcbab9461..e029104b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,9 @@ jobs: # Do not run coverage tests with Python 3.6 on Windows for # now. They will fail. Dealing with them separately would # be simpler. + # + # XXX: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3669 + # should track the effort to add Windows to the test matrix. - python-version: 3.6 os: windows-latest