Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Sep 1, 2022
1 parent 47eb00b commit 5af48e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ jobs:
-
name: Run go fmt
run: go run github.com/mh-cbon/go-fmt-fail ./...
-
name: Run verbose test / debug
run: go test -cover -covermode=atomic -timeout=5m -race ./internal/terraform/module -run=TestParseProviderVersions_multipleVersions -v
-
name: Run tests
run: go test -cover -covermode=atomic -timeout=5m -race ./...

0 comments on commit 5af48e8

Please sign in to comment.