Skip to content

Commit 1d26787

Browse files
committed
Rewatch integration tests don't work on Windows and macOS x64
1 parent 2fe3d93 commit 1d26787

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -452,15 +452,10 @@ jobs:
452452
matrix:
453453
include:
454454
- os: macos-13
455-
node-target: darwin-x64
456455
- os: macos-14
457-
node-target: darwin-arm64
458456
- os: ubuntu-24.04
459-
node-target: linux-x64
460457
- os: ubuntu-24.04-arm
461-
node-target: linux-arm64
462458
- os: windows-latest
463-
node-target: win32-x64
464459
runs-on: ${{ matrix.os }}
465460
env:
466461
RUST_BACKTRACE: "1"
@@ -507,6 +502,7 @@ jobs:
507502
working-directory: rewatch/testrepo
508503

509504
- name: Run rewatch integration tests
505+
if: matrix.os != 'windows-latest' && matrix.os != 'darwin-x64'
510506
run: make test-rewatch-ci
511507

512508
publish:

0 commit comments

Comments
 (0)