Skip to content

Commit 3877795

Browse files
fix unit tests pipeline
1 parent d31e1db commit 3877795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
make lint
3737
3838
- name: Run tests
39-
run: make test
39+
run: go test ./...

0 commit comments

Comments
 (0)