Update basic-build-test.yml

just build to get workflow integrated.
Will flesh out more complicated testing scenario (needs db containers) in separate PR
This commit is contained in:
Michael
2023-03-15 16:34:37 -04:00
committed by GitHub
parent 22724f64ae
commit 1285590a54
+1 -3
View File
@@ -20,6 +20,4 @@ jobs:
- name: Build - name: Build
run: go build -v ./... run: go build -v ./...
- name: Test
run: go test -v ./...