bump go version. run tests differently.
This commit is contained in:
parent
8b70de0bc1
commit
3657d083ae
|
|
@ -19,6 +19,6 @@ jobs:
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: make linux
|
run: make linux
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: make test
|
run: go test ./...
|
||||||
- name: Run end-2-end tests
|
- name: Run end-2-end tests
|
||||||
run: make e2e
|
run: make e2e
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue