Initial testing and improvements of code #1

Merged
tyler merged 10 commits from feature/testing into master 2022-08-14 08:03:50 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 91b99572c2 - Show all commits

View File

@ -10,6 +10,7 @@ steps:
path: /build
commands:
- go mod download
- go install github.com/onsi/ginkgo/v2/ginkgo
- ginkgo .
- name: build
image: tystuyfzand/goc:latest