Skip to content

Commit

Permalink
test: replace make test with go test in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paologalligit committed Jul 9, 2024
1 parent 5a52a10 commit acd3a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:

- name: Make Test
id: unit-test
run: make test
run: go test ./...

0 comments on commit acd3a10

Please sign in to comment.