From f9aad5644b39fc081c60c28652e305fc4db54e9b Mon Sep 17 00:00:00 2001 From: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com> Date: Tue, 16 Apr 2024 10:28:29 -0700 Subject: [PATCH] chore: Comment about windows contract tests. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0db96126..f9aaf7fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,8 @@ jobs: - uses: ./.github/actions/ci with: run_tests: true + # Running contract tests on windows is currently cumbersome. + # Once that has been addressed, then running contract tests on windows should be considered. run_contract_tests: ${{ matrix.os != 'windows-latest' }} token: ${{ secrets.GITHUB_TOKEN }}