Update unit test command to make test
(#274)
This commit is contained in:
parent
dfd1fee7fe
commit
f5e1bd45b3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
- Install Go tools 1.11.4+ - (https://golang.org/doc/install)
|
||||||
- Clone this repo `git clone git@github.com:nektos/act.git`
|
- 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`
|
- Build and install: `make install`
|
||||||
|
|
Loading…
Reference in a new issue