Skip to content

Commit 54479a1

Browse files
authored
Test all packages on Github Actions (#17)
1 parent c2c97c3 commit 54479a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: go build -v .
3535

3636
- name: Test
37-
run: go test -v -race -covermode atomic -coverprofile=profile.cov .
37+
run: go test -v -race -covermode atomic -coverprofile=profile.cov ./...
3838

3939
- name: Send coverage
4040
env:

0 commit comments

Comments
 (0)