Skip to content

Commit 58f259d

Browse files
committed
update ci test job and add lint script
1 parent afb9428 commit 58f259d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
cache: true
2525

2626
- name: test
27-
run: go test -v -cover ./...
27+
run: script/test

script/lint

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#! /usr/bin/env bash
2+
3+
set -e
4+
5+
go fmt ./...

0 commit comments

Comments
 (0)