Skip to content

Commit 67b3e8e

Browse files
authored
Update external tests. (#43)
`async-http` and `falcon` are now both using `sus`.
1 parent 6c50b9a commit 67b3e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/external.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ protocol-http2:
66
command: bundle exec sus
77
async-http:
88
url: https://github.com/socketry/async-http.git
9-
command: bundle exec rspec
9+
command: bundle exec sus
1010
protocol-websocket:
1111
url: https://github.com/socketry/protocol-websocket.git
1212
command: bundle exec sus
@@ -15,7 +15,7 @@ async-websocket:
1515
command: bundle exec sus
1616
falcon:
1717
url: https://github.com/socketry/falcon.git
18-
command: bundle exec rspec
18+
command: bundle exec sus
1919
async-rest:
2020
url: https://github.com/socketry/async-rest.git
2121
command: bundle exec sus

0 commit comments

Comments
 (0)