CI: Fix unit test exclusion in release for real
This commit is contained in:
parent
7c4d44d54a
commit
ea0b10f10e
|
|
@ -71,7 +71,7 @@ jobs:
|
||||||
|
|
||||||
# Run unit tests
|
# Run unit tests
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
if: matrix.mode.name != 'releasedbg'
|
if: matrix.mode != 'releasedbg'
|
||||||
run: xmake run NazaraUnitTests
|
run: xmake run NazaraUnitTests
|
||||||
|
|
||||||
# Install the result files
|
# Install the result files
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ jobs:
|
||||||
|
|
||||||
# Run unit tests
|
# Run unit tests
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
if: matrix.mode.name != 'releasedbg'
|
if: matrix.mode != 'releasedbg'
|
||||||
run: xmake run NazaraUnitTests
|
run: xmake run NazaraUnitTests
|
||||||
|
|
||||||
# Install the result files
|
# Install the result files
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,7 @@ jobs:
|
||||||
|
|
||||||
# Run unit tests
|
# Run unit tests
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
if: matrix.mode.name != 'releasedbg'
|
if: matrix.mode != 'releasedbg'
|
||||||
run: xmake run NazaraUnitTests
|
run: xmake run NazaraUnitTests
|
||||||
|
|
||||||
# Install the result files
|
# Install the result files
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ jobs:
|
||||||
|
|
||||||
# Run unit tests
|
# Run unit tests
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
if: matrix.mode.name != 'releasedbg'
|
if: matrix.mode != 'releasedbg'
|
||||||
run: xmake.exe run NazaraUnitTests
|
run: xmake.exe run NazaraUnitTests
|
||||||
|
|
||||||
# Install the result files
|
# Install the result files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue