Skip to content

Commit 0e50e11

Browse files
committed
ci: validate Windows release binary directly in smoke checks
1 parent d398baf commit 0e50e11

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ jobs:
170170
shell: pwsh
171171
run: |
172172
$tests = @(
173-
'binary_integration::binary_version_command',
174173
'provider_behavior::test_socket_model_cycle_supported_models',
175174
'provider_behavior::test_model_switch_resets_provider_session'
176175
)
@@ -202,7 +201,6 @@ jobs:
202201
shell: pwsh
203202
run: |
204203
$tests = @(
205-
'binary_integration::binary_version_command',
206204
'provider_behavior::test_socket_model_cycle_supported_models',
207205
'provider_behavior::test_model_switch_resets_provider_session'
208206
)

.github/workflows/windows-smoke.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
shell: pwsh
6565
run: |
6666
$tests = @(
67-
'binary_integration::binary_version_command',
6867
'provider_behavior::test_socket_model_cycle_supported_models',
6968
'provider_behavior::test_model_switch_resets_provider_session'
7069
)

0 commit comments

Comments
 (0)