We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa919df commit 07773e6Copy full SHA for 07773e6
1 file changed
.github/workflows/ci.yml
@@ -84,9 +84,7 @@ jobs:
84
- run: cargo test --target ${{ matrix.target }}
85
if: ${{ matrix.os != 'ubuntu-latest' }}
86
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
+ - run: cargo-zigbuild test --target x86_64-unknown-linux-gnu.2.17
90
if: ${{ matrix.os == 'ubuntu-latest' }}
91
92
fmt:
0 commit comments