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 425a73b commit e29eadeCopy full SHA for e29eade
.github/workflows/tail-call.yml
@@ -54,11 +54,10 @@ jobs:
54
$env:PlatformToolset = "v145"
55
./PCbuild/build.bat --tail-call-interp ${{ matrix.build_flags }} -c Release -p ${{ matrix.architecture }}
56
- name: Test
57
+ if: matrix.run_tests
58
shell: pwsh
59
run: |
- if ("${{ matrix.run_tests }}" -eq "true") {
60
- ./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
61
- }
+ ./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
62
63
macos:
64
name: ${{ matrix.target }}
0 commit comments