Skip to content

Commit ff5c1d3

Browse files
authored
Update ci.yml
1 parent 8e8ebb0 commit ff5c1d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,5 @@ jobs:
1515
- uses: actions/setup-go@v2
1616
with:
1717
go-version: "1.16"
18-
- run: go test -race -coverprofile=coverage.txt -covermode=atomic -v ./...
1918
- run: go build -o server cmd/server/main.go
2019
- run: go build -o client cmd/client/main.go
21-
- run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)