CI: Re-disable unit tests in release
This commit is contained in:
parent
e2808192aa
commit
3844f41c1b
|
|
@ -79,6 +79,7 @@ jobs:
|
||||||
|
|
||||||
# Run unit tests
|
# Run unit tests
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
|
if: matrix.mode != 'releasedbg'
|
||||||
run: xmake run UnitTests
|
run: xmake run UnitTests
|
||||||
|
|
||||||
# Setup installation configuration
|
# Setup installation configuration
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,7 @@ jobs:
|
||||||
|
|
||||||
# Run unit tests
|
# Run unit tests
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
|
if: matrix.mode != 'releasedbg'
|
||||||
run: xmake run UnitTests
|
run: xmake run UnitTests
|
||||||
|
|
||||||
# Setup installation configuration
|
# Setup installation configuration
|
||||||
|
|
|
||||||
|
|
@ -73,6 +73,7 @@ jobs:
|
||||||
|
|
||||||
# Run unit tests
|
# Run unit tests
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
|
if: matrix.mode != 'releasedbg'
|
||||||
run: xmake run UnitTests
|
run: xmake run UnitTests
|
||||||
|
|
||||||
# Setup installation configuration
|
# Setup installation configuration
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue