Skip to content

Commit

Permalink
changes github action test command to makefile target test
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlott committed May 24, 2023
1 parent dfd8b8a commit fb709dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -22,4 +22,4 @@ jobs:
run: go build -v ./...

- name: Test
run: go test -v -timeout=10s ./...
run: make test

0 comments on commit fb709dd

Please sign in to comment.