Use make in workflow.

This commit is contained in:
mikestefanello 2024-06-22 09:44:19 -04:00
parent 60a4a107ca
commit b1c0ccf0c5

View file

@ -28,4 +28,4 @@ jobs:
${{ runner.os }}-go-
- name: Test
run: go test ./...
run: make test