Skip to content

Commit

Permalink
Remove unnecessary step from CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Zanotti committed Feb 26, 2022
1 parent 60f9883 commit eed5ae2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:

build:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -19,9 +19,6 @@ jobs:
with:
go-version: 1.17

- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./... -coverprofile=coverage.txt -covermode=atomic

Expand Down

0 comments on commit eed5ae2

Please sign in to comment.