From e5e5669ec99a777d231421f86d660cc275fa52d2 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Thu, 28 Mar 2024 20:16:37 -0500 Subject: [PATCH] tests: Try another way of running tests --- .drone.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4ee2e4e..51c73b9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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