Skip to content

Commit

Permalink
Temporarily remove "cpu" package testing from test-suite github->action
Browse files Browse the repository at this point in the history
Signed-off-by: Taras Drozdovskyi <[email protected]>
  • Loading branch information
tdrozdovsky committed Dec 13, 2023
1 parent 245f054 commit a03611e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
run: |
GO111MODULE=on go mod tidy
GO111MODULE=on go mod vendor
gocov test $(go list ./internal/... | grep -v mock) -coverprofile=/dev/null
gocov test $(go list ./internal/... | grep -v cpu | grep -v mock) -coverprofile=/dev/null

0 comments on commit a03611e

Please sign in to comment.