From c500673198503ec7f2edff541941b7d9d11382ec Mon Sep 17 00:00:00 2001 From: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:44:45 -0700 Subject: [PATCH] chore: Comment about windows contract tests. (#192) --- .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 }}