summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.drone.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.drone.yml b/.drone.yml
index 62c0366406..7be296fa5f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -218,17 +218,6 @@ steps:
GITHUB_READ_TOKEN:
from_secret: github_read_token
- - name: unit-test-race
- image: golang:1.17
- commands:
- - make test-backend
- environment:
- GOPROXY: off
- TAGS: sqlite sqlite_unlock_notify
- RACE_ENABLED: true
- GITHUB_READ_TOKEN:
- from_secret: github_read_token
-
- name: unit-test-gogit
pull: always
image: golang:1.17