Skip to content

Commit 07773e6

Browse files
committed
Revert "fix(ci): exclude vite_pty from zigbuild tests"
This reverts commit fa919df.
1 parent fa919df commit 07773e6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ jobs:
8484
- run: cargo test --target ${{ matrix.target }}
8585
if: ${{ matrix.os != 'ubuntu-latest' }}
8686

87-
# vite_pty uses subprocess_test (ctor crate) which is incompatible with zig linker;
88-
# vite_pty is tested natively on macOS and Windows
89-
- run: cargo-zigbuild test --target x86_64-unknown-linux-gnu.2.17 --exclude vite_pty
87+
- run: cargo-zigbuild test --target x86_64-unknown-linux-gnu.2.17
9088
if: ${{ matrix.os == 'ubuntu-latest' }}
9189

9290
fmt:

0 commit comments

Comments
 (0)