We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04f163 commit 6cdf556Copy full SHA for 6cdf556
runtests.sh
@@ -1,3 +1,6 @@
1
#!/bin/bash
2
+go test ./antipattern/...
3
+go test ./behavioral/...
4
+go test ./concurrency/...
5
go test ./creational/...
6
go test ./structural/...
0 commit comments