diff --git a/.drone.yml b/.drone.yml index 552581c..24501b8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,5 +10,4 @@ steps: - name: make test image: golang:1.21 commands: - - apt update && apt install -y tor - make test