test: install tor for testing
continuous-integration/drone/push Build is failing Details

This commit is contained in:
decentral1se 2023-10-02 10:46:18 +02:00
parent ad640636c3
commit 8e439c2153
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 0 deletions

View File

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