Reenable unit tests in release mode

This commit is contained in:
SirLynix
2023-07-30 10:55:38 +02:00
parent 3d18052e45
commit b191dacc58
9 changed files with 20 additions and 24 deletions

View File

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

View File

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

View File

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

View File

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