Skip to content

Commit 7e6e399

Browse files
committed
WIP
1 parent 70f81d0 commit 7e6e399

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
5+
# branches: [ main ]
6+
#pull_request:
7+
# branches: [ main ]
88
workflow_dispatch:
99

1010
jobs:
@@ -32,7 +32,7 @@ jobs:
3232
run: go build
3333

3434
- name: Test
35-
run: go test
35+
run: go test -v
3636

3737
- name: Examples
3838
run: |

.github/workflows/deps.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: Build dependencies
22

33
on:
44
push:
5-
branches: [ main ]
6-
paths:
7-
- 'deps/**'
8-
pull_request:
9-
branches: [ main ]
10-
paths:
11-
- 'deps/**'
5+
# branches: [ main ]
6+
# paths:
7+
# - 'deps/**'
8+
#pull_request:
9+
# branches: [ main ]
10+
# paths:
11+
# - 'deps/**'
1212
workflow_dispatch:
1313

1414
jobs:

0 commit comments

Comments
 (0)