tests: Try another way of running tests

This commit is contained in:
June Tate-Gans 2024-03-28 20:16:37 -05:00
parent a5debb60d4
commit e5e5669ec9

View File

@ -19,10 +19,13 @@ steps:
platform: linux/amd64
mtu: 1000
depends:
- manjaro-build
commands:
- pacman -Sy --noconfirm
- pacman -S --noconfirm base-devel python meson lsb-release git
- make test
- pacman -U --noconfirm build/g13gui*.zst
- python3 -m g13gui.tests
---
kind: pipeline