Skip to content

Commit

Permalink
tests: Try another way of running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgans committed Mar 29, 2024
1 parent a5debb6 commit e5e5669
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5e5669

Please sign in to comment.