Skip to content

Commit 176f546

Browse files
committed
Test Windows
1 parent ee1e641 commit 176f546

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8-
os: [ubuntu-latest]
9-
ruby: [3.4, 3.2]
8+
os: [windows-latest]
9+
ruby: [3.4]
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- uses: actions/checkout@v5
@@ -22,5 +22,7 @@ jobs:
2222
ruby-version: ${{ matrix.ruby }}
2323
bundler-cache: true
2424
- run: bundle exec rake compile
25+
env:
26+
RUST_TARGET: x86_64-pc-windows-gnu
2527
- run: bundle exec rake download:files
2628
- run: bundle exec rake test

0 commit comments

Comments
 (0)