diff --git a/.drone.yml b/.drone.yml index 85159f1..b16902e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ---