Skip to content

Commit 43bcb84

Browse files
committed
Make drone tests more quick
Race conditions tests are run on another CI system, before releases.
1 parent 5a09578 commit 43bcb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ pipeline:
1919
# Build
2020
- golangci-lint run
2121
- go build
22-
- go test -timeout 20m -v ./... -race
22+
- go test -timeout 20m -v ./...
2323
secrets: [TEST_USERNAME, TEST_PASSWORD]

0 commit comments

Comments
 (0)