mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 03:13:55 +00:00
Quick & dirty test execution #16
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -40,6 +40,9 @@ jobs:
|
||||
- name: CMake Build
|
||||
run: cmake --workflow --preset=${{matrix.preset}}
|
||||
|
||||
- name: CMake Test
|
||||
run: cd build/${{matrix.preset}} && ctest --verbose
|
||||
|
||||
#- name: Upload Artifacts
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
|
||||
Reference in New Issue
Block a user