build: set ABRA_DIR explicitly
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se 2023-09-30 08:26:20 +02:00
parent 892f6c0730
commit f18f0b6f82
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -16,6 +16,8 @@ steps:
- name: make test
image: golang:1.21
environment:
ABRA_DIR: "/root/.abra"
commands:
- make test
depends_on: