Skip to content

Commit eed5ae2

Browse files
author
Michele Zanotti
committed
Remove unnecessary step from CI action
1 parent 60f9883 commit eed5ae2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010

11-
build:
11+
Test:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
@@ -19,9 +19,6 @@ jobs:
1919
with:
2020
go-version: 1.17
2121

22-
- name: Build
23-
run: go build -v ./...
24-
2522
- name: Test
2623
run: go test -v ./... -coverprofile=coverage.txt -covermode=atomic
2724

0 commit comments

Comments
 (0)