We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e9ce9 commit ea45775Copy full SHA for ea45775
.github/workflows/build.yml
@@ -169,11 +169,8 @@ jobs:
169
if: "!(contains(matrix.os, 'macos') && matrix.rust == 'nightly')"
170
run: cargo test --release --workspace --features closure,anyhow,runtime --no-fail-fast
171
test-embed:
172
- name: Test with embed (${{ matrix.phpts }})
+ name: Test with embed (NTS)
173
runs-on: ubuntu-latest
174
- strategy:
175
- matrix:
176
- phpts: [ts, nts]
177
env:
178
clang: "17"
179
php_version: "8.5"
@@ -186,7 +183,6 @@ jobs:
186
183
with:
187
184
php-version: ${{ env.php_version }}
188
185
189
- phpts: ${{ matrix.phpts }}
190
debug: true
191
192
- name: Setup Rust
0 commit comments