Skip to content

Commit

Permalink
Temporarily remove "cpu" package testing from test-suite github->acti…
Browse files Browse the repository at this point in the history
…on (#737)

Signed-off-by: Taras Drozdovskyi <[email protected]>
  • Loading branch information
tdrozdovsky authored Dec 13, 2023
1 parent 11acbee commit b6f35b2
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 b6f35b2

Please sign in to comment.