This is an automated email from the ASF dual-hosted git repository.
francischuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica-go.git
The following commit(s) were added to refs/heads/main by this push:
new 8616c8b [CALCITE-6158] Add instructions for building/testing the
project in README file
8616c8b is described below
commit 8616c8b2f06751e3a7c1e801b7406560f4cc9d46
Author: Francis Chuang <[email protected]>
AuthorDate: Mon Dec 11 19:06:30 2023 +1100
[CALCITE-6158] Add instructions for building/testing the project in README
file
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index b560f66..f0940f4 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,9 @@ For more details, see the [home
page](https://calcite.apache.org/avatica/docs/go
Release notes for all published versions are available on the [history
page](https://calcite.apache.org/avatica/docs/go_history.html).
+## Testing
+For instructions on how to run tests for the project, please see our [testing
guide](https://calcite.apache.org/avatica/develop/avatica-go.html#testing).
+
## Issues
We do not use Github to file issues. Please create an issue on [Calcite's
JIRA](https://issues.apache.org/jira/projects/CALCITE/issues)
and select `avatica-go` as the component. For further information, please see
the [JIRA accounts guide](https://calcite.apache.org/develop/#jira-accounts).
\ No newline at end of file