mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
Tests should pass with these changes.
This commit is contained in:
4
.github/workflows/eepp-linux-build-check.yml
vendored
4
.github/workflows/eepp-linux-build-check.yml
vendored
@@ -29,8 +29,8 @@ jobs:
|
||||
make all -j$(nproc) -e config=release_x86_64
|
||||
- name: Unit Tests
|
||||
run: |
|
||||
cd bin/unit_tests
|
||||
xvfb-run -s "-screen 0 1280x1024x24" gdb --batch --quiet --return-child-result -ex "run" -ex "bt full" --args ./eepp-unit_tests
|
||||
cd projects/scripts
|
||||
bash ./run_gdb_tests.sh
|
||||
- name: Upload artifacts
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user