Update .gitea/workflows/run_tests.yaml
Run tests / Run tests (push) Failing after 17s

This commit is contained in:
2026-05-02 16:08:52 +00:00
parent b03e68a434
commit a07c84cf82
+7
View File
@@ -15,3 +15,10 @@ jobs:
run: meson setup build run: meson setup build
- name: Run tests - name: Run tests
run: meson test -C build run: meson test -C build
- name: Upload Logs
uses: actions/upload-artifact@v3
with:
name: Meson Logs
path: \
build/meson-logs/