]> source.dussan.org Git - gitea.git/commitdiff
CI: rm unit-test-race step since its now coverd by unit-test too (#16856)
author6543 <6543@obermui.de>
Sun, 29 Aug 2021 01:42:56 +0000 (03:42 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Aug 2021 01:42:56 +0000 (09:42 +0800)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
.drone.yml

index 62c0366406860c10420d52d60a18be898def61b1..7be296fa5f1c1b4b6652595cfe9f46fd81ac6168 100644 (file)
@@ -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