Update workflow

This commit is contained in:
Jacob Gunther
2023-12-22 22:56:19 -06:00
parent 59e4821481
commit 8437444638

View File

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