Skip to content

Commit

Permalink
CI: Add unit-test-race (#16470)
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 authored Jul 17, 2021
1 parent e83abfc commit 4b512ab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,17 @@ steps:
GITHUB_READ_TOKEN:
from_secret: github_read_token

- name: unit-test-race
image: golang:1.16
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.16
Expand Down

0 comments on commit 4b512ab

Please sign in to comment.