From f5e1bd45b30cd1c3a2c3c6131c66763376937878 Mon Sep 17 00:00:00 2001 From: Raj Nigam Date: Fri, 12 Jun 2020 18:31:37 -0400 Subject: [PATCH] Update unit test command to `make test` (#274) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c04c06..0c06c3e 100644 --- a/README.md +++ b/README.md @@ -193,5 +193,5 @@ Want to contribute to act? Awesome! Check out the [contributing guidelines](CONT - Install Go tools 1.11.4+ - (https://golang.org/doc/install) - Clone this repo `git clone git@github.com:nektos/act.git` -- Run unit tests with `make check` +- Run unit tests with `make test` - Build and install: `make install`