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

This commit is contained in:
2023-10-02 11:17:38 +02:00
parent 12bd631ae0
commit 1c1cff6a52

View File

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