mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-04 06:37:45 +00:00
Update vendor slack-go/slack (#1068)
This commit is contained in:
6
vendor/github.com/slack-go/slack/Makefile
generated
vendored
6
vendor/github.com/slack-go/slack/Makefile
generated
vendored
@ -25,12 +25,12 @@ lint:
|
||||
@go vet .
|
||||
|
||||
test:
|
||||
@go test -count=1 -timeout 300s -short .
|
||||
@go test -v -count=1 -timeout 300s -short ./...
|
||||
|
||||
test-race:
|
||||
@go test -count=1 -timeout 300s -short -race .
|
||||
@go test -v -count=1 -timeout 300s -short -race ./...
|
||||
|
||||
test-integration:
|
||||
@go test -count=1 -timeout 600s .
|
||||
@go test -v -count=1 -timeout 600s ./...
|
||||
|
||||
pr-prep: fmt lint test-race test-integration
|
||||
|
Reference in New Issue
Block a user