Skip to content

Commit

Permalink
Weird
Browse files Browse the repository at this point in the history
  • Loading branch information
smoynes committed Oct 18, 2023
1 parent 76a0bb0 commit 0a36f6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
-coverprofile cover.out \
-covermode count \
-coverpkg ./... \
-shuffle on
-shuffle on \
./...
- name: Report
run: go tool cover -func=cover.out
Expand Down

0 comments on commit 0a36f6d

Please sign in to comment.