Update workflow

This commit is contained in:
Jacob Gunther 2023-12-22 22:56:19 -06:00
parent 59e4821481
commit 8437444638
No known key found for this signature in database
GPG Key ID: 3F72AFAF0F74E5FD

View File

@ -18,8 +18,14 @@ jobs:
go-version: '1.21'
check-latest: true
- name: Download Dependencies
run: go get ./src
- name: Lint
run: go vet ./src/...
run: go vet ./src
- name: Test
run: go test -v ./src
- name: Build
run: make build
run: make