Skip to content

Commit 85e5140

Browse files
Reenable older golang tests
1 parent fea199e commit 85e5140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
set -ex
44

5-
#(cd ./scripts/test-golang110 && ./test.sh)
6-
#(cd ./scripts/test-golang111 && ./test.sh)
5+
(cd ./scripts/test-golang110 && ./test.sh)
6+
(cd ./scripts/test-golang111 && ./test.sh)
77
(cd ./scripts/test-golang114 && ./test.sh)

0 commit comments

Comments
 (0)