Skip to content

Commit

Permalink
CI: Exclude GC-Test on Windows
Browse files Browse the repository at this point in the history
It freezes endless on current ruby-head on Windows.
  • Loading branch information
larskanis committed Sep 23, 2023
1 parent e9f3d27 commit d90bc5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -32,7 +32,8 @@ jobs:
env:
# work around misconfiguration of libffi on MacOS with homebrew
PKG_CONFIG_PATH: ${{ env.PKG_CONFIG_PATH }}:/usr/local/opt/libffi/lib/pkgconfig
- run: bundle exec rake test FFI_TEST_GC=true
- if: matrix.os != 'windows'
run: bundle exec rake test FFI_TEST_GC=true
- run: bundle exec rake types_conf && git --no-pager diff

specs:
Expand Down

0 comments on commit d90bc5b

Please sign in to comment.