CI: Re-disable unit tests in release

This commit is contained in:
SirLynix 2023-07-30 21:00:39 +02:00
parent e2808192aa
commit 3844f41c1b
3 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,7 @@ jobs:
# Run unit tests
- name: Run unit tests
if: matrix.mode != 'releasedbg'
run: xmake run UnitTests
# Setup installation configuration

View File

@ -72,6 +72,7 @@ jobs:
# Run unit tests
- name: Run unit tests
if: matrix.mode != 'releasedbg'
run: xmake run UnitTests
# Setup installation configuration

View File

@ -73,6 +73,7 @@ jobs:
# Run unit tests
- name: Run unit tests
if: matrix.mode != 'releasedbg'
run: xmake run UnitTests
# Setup installation configuration