mirror of
https://github.com/samber/lo.git
synced 2025-09-26 20:11:13 +08:00
chore(release): i'm an idiot - keep examples because godoc uses them
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -24,9 +24,9 @@ jobs:
|
||||
- name: Test
|
||||
run: make test
|
||||
|
||||
# remove tests in order to clean dependencies
|
||||
# remove tests to clean dependencies
|
||||
- name: Remove xxx_test.go files
|
||||
run: rm -rf $(find . -type f -name "*_test.go") img/
|
||||
run: rm -rf $(find . -type f -name "*_test.go" ! -name "*_example_test.go") img/
|
||||
|
||||
# cleanup test dependencies
|
||||
- name: Cleanup dependencies
|
||||
|
Reference in New Issue
Block a user