CI: Fix unit test exclusion in release for real

This commit is contained in:
Jérôme Leclercq 2022-03-19 19:09:14 +01:00
parent 7c4d44d54a
commit ea0b10f10e
4 changed files with 4 additions and 4 deletions

View File

@ -71,7 +71,7 @@ jobs:
# Run unit tests
- name: Run unit tests
if: matrix.mode.name != 'releasedbg'
if: matrix.mode != 'releasedbg'
run: xmake run NazaraUnitTests
# Install the result files

View File

@ -65,7 +65,7 @@ jobs:
# Run unit tests
- name: Run unit tests
if: matrix.mode.name != 'releasedbg'
if: matrix.mode != 'releasedbg'
run: xmake run NazaraUnitTests
# Install the result files

View File

@ -82,7 +82,7 @@ jobs:
# Run unit tests
- name: Run unit tests
if: matrix.mode.name != 'releasedbg'
if: matrix.mode != 'releasedbg'
run: xmake run NazaraUnitTests
# Install the result files

View File

@ -65,7 +65,7 @@ jobs:
# Run unit tests
- name: Run unit tests
if: matrix.mode.name != 'releasedbg'
if: matrix.mode != 'releasedbg'
run: xmake.exe run NazaraUnitTests
# Install the result files