We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34e90e commit e75c3e4Copy full SHA for e75c3e4
Makefile
@@ -20,3 +20,4 @@ integration-tests:
20
21
clean:
22
rm -f `grep -R -l --include \*.go -F 'DO NOT EDIT' * | grep -v -F 'algolia/internal/gen/'`
23
+ go clean -cache -testcache ./...
0 commit comments