Test build without Docker
This commit is contained in:
parent
09c86f6ffa
commit
b7c39f5956
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ jobs:
|
|||
run: go vet -v ./...
|
||||
- name: build
|
||||
run: go build -v ./...
|
||||
- name: build without docker
|
||||
run: go build -tags WITHOUT_DOCKER -v ./...
|
||||
- name: test
|
||||
run: go test -v ./pkg/jobparser
|
||||
# TODO test more packages
|
||||
|
|
Loading…
Reference in a new issue