Skip to content

Commit ea45775

Browse files
authored
fix(ci): disable TS build for embed tests (#600)
1 parent e2e9ce9 commit ea45775

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,8 @@ jobs:
169169
if: "!(contains(matrix.os, 'macos') && matrix.rust == 'nightly')"
170170
run: cargo test --release --workspace --features closure,anyhow,runtime --no-fail-fast
171171
test-embed:
172-
name: Test with embed (${{ matrix.phpts }})
172+
name: Test with embed (NTS)
173173
runs-on: ubuntu-latest
174-
strategy:
175-
matrix:
176-
phpts: [ts, nts]
177174
env:
178175
clang: "17"
179176
php_version: "8.5"
@@ -186,7 +183,6 @@ jobs:
186183
with:
187184
php-version: ${{ env.php_version }}
188185
env:
189-
phpts: ${{ matrix.phpts }}
190186
debug: true
191187

192188
- name: Setup Rust

0 commit comments

Comments
 (0)