Added tests for job package
This commit is contained in:
parent
c84817132d
commit
88757ef736
4 changed files with 54 additions and 1 deletions
|
@ -19,6 +19,11 @@ go is required. Only go version >= 1.13.5 on linux amd64 has been tested.
|
|||
|
||||
## Building
|
||||
|
||||
To run tests, use :
|
||||
```
|
||||
go test -cover ./...
|
||||
```
|
||||
|
||||
For a debug build, use :
|
||||
```
|
||||
go build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue