1
0
Fork 0

Added tests for job package

This commit is contained in:
Julien Dessaux 2020-02-11 22:20:47 +01:00
parent c84817132d
commit 88757ef736
4 changed files with 54 additions and 1 deletions

View file

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