Adapt github workflow and startDemo.sh script

This commit is contained in:
Jan Eitzinger
2022-06-22 18:11:09 +02:00
parent 6c22c0c4c0
commit 3c06619cc9
2 changed files with 6 additions and 6 deletions

View File

@@ -12,6 +12,6 @@ jobs:
uses: actions/checkout@v2
- name: Build, Vet & Test
run: |
go build ./...
go vet ./...
go test ./...
go build cmd/cc-backend
go vet cmd/cc-backend
go test test