test: avoid installing Tor for now (doesn't work)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2023-10-02 11:17:38 +02:00
parent 12bd631ae0
commit 1c1cff6a52
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 0 additions and 1 deletions

View File

@ -10,5 +10,4 @@ steps:
- name: make test
image: golang:1.21
commands:
- apt update && apt install -y tor
- make test