Skip to content

Commit ce06353

Browse files
remove tests
1 parent f37858e commit ce06353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tail-call.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ jobs:
9191
./PCbuild/build.bat --tail-call-interp -c Release -p ${{ matrix.architecture }}
9292
./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
9393
94+
# No tests:
9495
- name: Native Windows MSVC with free-threading (release)
9596
if: matrix.target == 'free-threading-msvc'
9697
shell: pwsh
9798
run: |
9899
$env:PlatformToolset = "v145"
99100
./PCbuild/build.bat --tail-call-interp --disable-gil -c Release -p ${{ matrix.architecture }}
100-
./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
101101
102102
# No tests (yet):
103103
- name: Emulated Windows Clang (release)

0 commit comments

Comments
 (0)