Skip to content

Commit

Permalink
CI: rm unit-test-race step since its now coverd by unit-test too (#16856
Browse files Browse the repository at this point in the history
)

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
  • Loading branch information
6543 and lunny authored Aug 29, 2021
1 parent 5e71b9c commit 7815f24
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7815f24

Please sign in to comment.