Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 5cbab0c

Browse files
author
Vitaly Velikodny
committed
add github build workflow
1 parent b255544 commit 5cbab0c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build & tests
1+
name: build
22

33
on:
44
push:
@@ -19,6 +19,3 @@ jobs:
1919

2020
- name: Build
2121
run: go build -v ./...
22-
23-
- name: Test
24-
run: go test -v ./...

0 commit comments

Comments
 (0)