Skip to content

Commit

Permalink
Update external tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Sep 4, 2024
1 parent ec90e31 commit b6efb43
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions config/external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,8 @@ async:
command: bundle exec sus
extra:
- $LOAD_PATH << ::File.expand_path("../../ext", __dir__)
async-io:
url: https://github.com/socketry/async-io
command: bundle exec rspec
extra:
- $LOAD_PATH << ::File.expand_path("../../ext", __dir__)
async-http:
url: https://github.com/socketry/async-http
command: bundle exec rspec
command: bundle exec sus
extra:
- $LOAD_PATH << ::File.expand_path("../../ext", __dir__)

0 comments on commit b6efb43

Please sign in to comment.