Skip to content

Commit

Permalink
add go test to contribution guideline
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaho12 authored and losipiuk committed Aug 26, 2022
1 parent eaed16c commit cc99d59
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ In order to accept your pull request, we need you to [submit a CLA](https://gith

By contributing to Trino, you agree that your contributions will be licensed under the [Apache License Version 2.0 (APLv2)](LICENSE).

# Go Test

Please Run [go test](https://pkg.go.dev/testing) before creating Pull Request

```bash
go test -v -race -timeout 1m ./...
```

# Releases

To create a new release, a maintainer with repository write permissions needs to create and push a new git tag.

0 comments on commit cc99d59

Please sign in to comment.