Test CI build workflow

This commit is contained in:
dzivdzi 2024-09-05 13:20:25 +03:00
parent 9b7223cea5
commit 88f5ac9941

View file

@ -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