Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 462f5f7

Browse files
committed
Update README.md
1 parent ff5fbaa commit 462f5f7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,17 @@ Back end functions/methods perform the low level work of a specific helper. Ther
3434
All backend functions/methods that start with an `Is` will ALWAYS return a bool type. There are also always a matching `IsNot` to all `Is` functions/methods.
3535

3636

37-
### Testing
37+
### Building and Testing (native)
3838
The tests directory contains a template and json file for testing the framework.
3939

40+
`make build`
41+
4042
`make test`
4143

4244

43-
### Makefile
45+
### Building and Testing (docker)
46+
47+
`make build-docker`
4448

45-
- `make build`
46-
- `make test`
47-
- `make release`
49+
`make test-docker`
4850

0 commit comments

Comments
 (0)