Skip to content

Commit b5de0a9

Browse files
committed
Run ALL tests
1 parent d7c089f commit b5de0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: golangci/golangci-lint-action@v3
2828

2929
- name: Run Go tests 🔬
30-
run: go test -cover -covermode atomic -coverprofile=profile.cov -v .
30+
run: go test -cover -covermode atomic -coverprofile=profile.cov -v ./...
3131

3232
# Enable coverage reporting
3333
# - name: Report coverage to coveralls 📈

0 commit comments

Comments
 (0)