From 129cb230781d0258cd837486e436ba9ad471bc89 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 5 Sep 2025 14:45:17 +0900 Subject: Require Go 1.23 --- BUILD.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'BUILD.md') diff --git a/BUILD.md b/BUILD.md index 1be8e45a..a183d5e7 100644 --- a/BUILD.md +++ b/BUILD.md @@ -6,7 +6,7 @@ Build instructions ### Prerequisites -- Go 1.20 or above +- Go 1.23 or above ### Using Makefile @@ -41,6 +41,20 @@ make release > --profile-block /tmp/block.pprof --profile-mutex /tmp/mutex.pprof > ``` +Running tests +------------- + +```sh +# Run go unit tests +make test + +# Run integration tests (requires to be on tmux) +make itest + +# Run a single test case +ruby test/runner.rb --name test_something +``` + Third-party libraries used -------------------------- -- cgit v1.2.3