Skip to content

Commit

Permalink
chore: Comment about windows contract tests. (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion authored Apr 16, 2024
1 parent 3b62c89 commit c500673
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit c500673

Please sign in to comment.