Skip to content

Commit 6cdf556

Browse files
committed
run test to all patterns
1 parent c04f163 commit 6cdf556

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runtests.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
#!/bin/bash
2+
go test ./antipattern/...
3+
go test ./behavioral/...
4+
go test ./concurrency/...
25
go test ./creational/...
36
go test ./structural/...

0 commit comments

Comments
 (0)