Skip to content

Commit 4577949

Browse files
authored
Update go.yml
1 parent 68cd514 commit 4577949

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
go-version: 1.19
2323

2424
- name: Build
25-
run: go build -v ./codis/...
25+
run: |
26+
cd codis
27+
make
2628

27-
- name: Test
28-
run: go test -v ./codis/...
29+
#- name: Test
30+
# run: go test -v ./codis/...

0 commit comments

Comments
 (0)