CI: Always run unit tests
This commit is contained in:
4
.github/workflows/linux-build.yml
vendored
4
.github/workflows/linux-build.yml
vendored
@@ -69,6 +69,10 @@ jobs:
|
||||
- name: Build Nazara
|
||||
run: xmake
|
||||
|
||||
# Run unit tests
|
||||
- name: Run unit tests
|
||||
run: xmake run NazaraUnitTests
|
||||
|
||||
# Install the result files
|
||||
- name: Install Nazara
|
||||
run: xmake install -vo package
|
||||
|
||||
Reference in New Issue
Block a user