diff --git a/Makefile b/Makefile index e30f11c..617c89b 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,6 @@ build: decl decl: go build -o decl $(LDFLAGS) ./cmd/cli/main.go + +test: + go test ./... diff --git a/README.md b/README.md index e84f671..394ec83 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,21 @@ These tools work with YAML descriptions of resources (E.g. files, users, containers, etc) for (de)serializing the state of the given resource. This enables more generically describing the state of a supported resource type, pipeling state transformations and enabling the use of other tools in that process. +# Dependencies + +* Go >= 1.21.1 + +# Testing + +Testing the current version involves checking out main and building. + +`git clone https://gitea.rosskeen.house/Declarative/decl.git + +make test + +make build +` + # Command-line # Update Resource state