Tests should pass with these changes.

This commit is contained in:
Martín Lucas Golini
2026-03-29 01:04:50 -03:00
parent 8b111779a0
commit e1f64d3d51
3 changed files with 28 additions and 11 deletions

View File

@@ -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