Skip to content

Commit 8817110

Browse files
committed
Remove unit testing from github workflow
1 parent 4d1a1b7 commit 8817110

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
- name: Build
3434
run: make build
3535

36-
- name: Test
37-
run: make test
38-
3936
build_windows:
4037
runs-on: windows-latest
4138
steps:
@@ -53,6 +50,3 @@ jobs:
5350

5451
- name: Build
5552
run: .\build.bat build
56-
57-
- name: Test
58-
run: .\build.bat test

0 commit comments

Comments
 (0)