Files
evol-headers/.gitea/workflows/run_tests.yaml
T
mo7sen a07c84cf82
Run tests / Run tests (push) Failing after 17s
Update .gitea/workflows/run_tests.yaml
2026-05-02 16:08:52 +00:00

25 lines
489 B
YAML

name: Run tests
run-name: Running Tests
on: [push]
jobs:
Run tests:
runs-on: ubuntu-latest
container:
image: git.neosisyphus.com/evol3d/evol-testbed:latest
steps:
- uses: actions/checkout@v4
- name: Configure
run: meson setup build
- name: Run tests
run: meson test -C build
- name: Upload Logs
uses: actions/upload-artifact@v3
with:
name: Meson Logs
path: \
build/meson-logs/