Update unit test command to make test (#274)

This commit is contained in:
Raj Nigam 2020-06-12 18:31:37 -04:00 committed by GitHub
parent dfd1fee7fe
commit f5e1bd45b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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