Skip to content

Commit

Permalink
Exclude unsupported windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
halostatue committed Jun 23, 2020
1 parent d5c4077 commit 07b6ace
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -42,6 +42,12 @@ jobs:
ruby: mingw
- os: ubuntu
ruby: mswin
- os: windows
ruby: debug
- os: windows
ruby: truffleruby
- os: windows
ruby: truffleruby-head
runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
steps:
Expand Down

0 comments on commit 07b6ace

Please sign in to comment.