Skip to content

Commit 850d795

Browse files
authored
chore(release): i'm an idiot - keep examples because godoc uses them
1 parent 1b92b5c commit 850d795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- name: Test
2525
run: make test
2626

27-
# remove tests in order to clean dependencies
27+
# remove tests to clean dependencies
2828
- name: Remove xxx_test.go files
29-
run: rm -rf $(find . -type f -name "*_test.go") img/
29+
run: rm -rf $(find . -type f -name "*_test.go" ! -name "*_example_test.go") img/
3030

3131
# cleanup test dependencies
3232
- name: Cleanup dependencies

0 commit comments

Comments
 (0)