Skip to content

Commit

Permalink
CI: Add a CI run on mswin build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Apr 1, 2024
1 parent e164669 commit 5730150
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
exclude:
- os: windows
ruby: truffleruby-head
include:
- os: windows
ruby: ruby-mswin
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -60,6 +63,9 @@ jobs:
- run: bundle exec rake libffi
- run: bundle exec rake compile

- if: matrix.os == 'windows'
run: bundle exec rake test

- if: matrix.os != 'windows'
run: bundle exec rake test FFI_TEST_GC=true

Expand Down

0 comments on commit 5730150

Please sign in to comment.