Skip to content

Commit

Permalink
Do not run long test
Browse files Browse the repository at this point in the history
  • Loading branch information
janisz committed Oct 12, 2020
1 parent ed5c029 commit ffe7004
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
go test -race -count=1 -coverprofile=queue.coverprofile ./queue
go test -race -count=1 -coverprofile=server.coverprofile ./server
go test -race -count=1 -coverprofile=main.coverprofile -short
go test -count=1 -coverprofile=main.coverprofile
- name: Upload coverage to codecov
run: |
Expand Down

0 comments on commit ffe7004

Please sign in to comment.