Skip to content

Commit

Permalink
Merge branch 'main' into fix_ui
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 authored Jul 17, 2021
2 parents 1a4338c + 4b512ab commit 5119698
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 5119698

Please sign in to comment.