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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,4 @@ jobs:
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...