From fadb2b46f5ec21f7ec3924a4388608dde491937c Mon Sep 17 00:00:00 2001
From: Felix Ableitner <me@nutomic.com>
Date: Thu, 10 Dec 2020 18:44:43 +0100
Subject: [PATCH] try to run as root

---
 .drone.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.drone.yml b/.drone.yml
index ed126c05..dcbe8114 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -79,6 +79,7 @@ steps:
 
   - name: run federation tests
     image: node:15-alpine3.12
+    user: root
     commands:
       - ls -la target/debug/lemmy_server
       - apk add bash curl
-- 
2.44.1