bump go version. run tests differently.

This commit is contained in:
Jan Mußler 2020-11-14 00:17:20 +01:00
parent 8b70de0bc1
commit 3657d083ae
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ jobs:
- name: Compile
run: make linux
- name: Run unit tests
run: make test
run: go test ./...
- name: Run end-2-end tests
run: make e2e