Skip to content

Commit 8baa2cf

Browse files
committed
ci(tests.yml): simplify test command in github workflow
1 parent 30c7212 commit 8baa2cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,4 @@ jobs:
2525
with:
2626
go-version: ${{ matrix.go }}
2727
- name: Test Go
28-
run: make test
29-
- name: Lint Go
30-
run: make lint
28+
run: go test -v ./...

0 commit comments

Comments
 (0)