From 88f5ac9941c23ddfbaccb21eaa89922445082743 Mon Sep 17 00:00:00 2001 From: dzivdzi Date: Thu, 5 Sep 2024 13:20:25 +0300 Subject: [PATCH] Test CI build workflow --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 182464c639..bdffe223e0 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ or, to build the full suite of utilities: make all ``` + ## Executables The go-ethereum project comes with several wrappers/executables found in the `cmd` @@ -356,3 +357,4 @@ also included in our repository in the `COPYING.LESSER` file. The go-ethereum binaries (i.e. all code inside of the `cmd` directory) are licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), also included in our repository in the `COPYING` file. +Testing CI build workflow