Skip to content

Commit ae89832

Browse files
authored
Disable make test and try as mkdir is failing!
1 parent 5705d27 commit ae89832

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/go.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,18 @@ jobs:
1818
with:
1919
go-version: 1.15
2020

21-
- name: All
22-
run: make all
23-
2421
- name: Analyze
2522
run: make analyze
2623

2724
- name: Build
2825
run: make build
2926

27+
# - name: Test
28+
# run: make test
29+
30+
# - name: Build
31+
# run: go build -v ./...
32+
3033
- name: Test
31-
run: make test
34+
run: go test -v ./...
35+

0 commit comments

Comments
 (0)