Skip to content

Commit 954141d

Browse files
committed
Build & test
1 parent 29acd2a commit 954141d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,11 @@ jobs:
1212
go-version: '1.21.x'
1313

1414
#- run: echo "Hello world"
15-
- run: go version
15+
#- run: go version
16+
17+
- name: Build
18+
run: go build -v ./...
19+
20+
- name: Test
21+
run: go test ./...
1622

0 commit comments

Comments
 (0)