Clone, build, and run tests.
git clone https://github.com/your-username/goakt.git cd goakt go mod tidy
earthly +test
go build ./... go test ./...