Skip to content

Commit e29eade

Browse files
Move if to step
1 parent 425a73b commit e29eade

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tail-call.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,10 @@ jobs:
5454
$env:PlatformToolset = "v145"
5555
./PCbuild/build.bat --tail-call-interp ${{ matrix.build_flags }} -c Release -p ${{ matrix.architecture }}
5656
- name: Test
57+
if: matrix.run_tests
5758
shell: pwsh
5859
run: |
59-
if ("${{ matrix.run_tests }}" -eq "true") {
60-
./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
61-
}
60+
./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
6261
6362
macos:
6463
name: ${{ matrix.target }}

0 commit comments

Comments
 (0)