Skip to content

Commit e2f84c7

Browse files
committed
Fix external tests that use sus.
1 parent c349f47 commit e2f84c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bake.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ def external
77
clone_and_test("async-io")
88
clone_and_test("async-pool", "sus")
99
clone_and_test("async-dns")
10-
clone_and_test("async-http")
11-
clone_and_test("falcon")
12-
clone_and_test("async-rest")
10+
clone_and_test("async-http", "sus")
11+
clone_and_test("falcon", "sus")
12+
clone_and_test("async-rest", "sus")
1313
end
1414
end
1515

0 commit comments

Comments
 (0)