diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index acf6cd3a0..45670c227 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -79,6 +79,7 @@ jobs: # Run unit tests - name: Run unit tests + if: matrix.mode != 'releasedbg' run: xmake run UnitTests # Setup installation configuration diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 4636e824a..238c43561 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -72,6 +72,7 @@ jobs: # Run unit tests - name: Run unit tests + if: matrix.mode != 'releasedbg' run: xmake run UnitTests # Setup installation configuration diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index bb7a28cbf..c18eed854 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -73,6 +73,7 @@ jobs: # Run unit tests - name: Run unit tests + if: matrix.mode != 'releasedbg' run: xmake run UnitTests # Setup installation configuration