drone: Remove the separate stage

This commit is contained in:
June Tate-Gans 2024-03-28 19:57:52 -05:00
parent 40440da3ac
commit ff4e5a93f3

View File

@ -22,10 +22,6 @@ steps:
commands:
- pacman -Sy --noconfirm
- pacman -S --noconfirm base-devel python meson lsb-release git
- name: test
image: archlinux:latest
commands:
- make test
---