CI: Re-disable unit tests in release
This commit is contained in:
1
.github/workflows/linux-build.yml
vendored
1
.github/workflows/linux-build.yml
vendored
@@ -79,6 +79,7 @@ jobs:
|
||||
|
||||
# Run unit tests
|
||||
- name: Run unit tests
|
||||
if: matrix.mode != 'releasedbg'
|
||||
run: xmake run UnitTests
|
||||
|
||||
# Setup installation configuration
|
||||
|
||||
1
.github/workflows/macos-build.yml
vendored
1
.github/workflows/macos-build.yml
vendored
@@ -72,6 +72,7 @@ jobs:
|
||||
|
||||
# Run unit tests
|
||||
- name: Run unit tests
|
||||
if: matrix.mode != 'releasedbg'
|
||||
run: xmake run UnitTests
|
||||
|
||||
# Setup installation configuration
|
||||
|
||||
1
.github/workflows/windows-build.yml
vendored
1
.github/workflows/windows-build.yml
vendored
@@ -73,6 +73,7 @@ jobs:
|
||||
|
||||
# Run unit tests
|
||||
- name: Run unit tests
|
||||
if: matrix.mode != 'releasedbg'
|
||||
run: xmake run UnitTests
|
||||
|
||||
# Setup installation configuration
|
||||
|
||||
Reference in New Issue
Block a user