Skip to content

Commit

Permalink
More external tests, improved comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed May 2, 2024
1 parent 6ccb437 commit 3d11cb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/external.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
async:
url: https://github.com/socketry/async
command: bundle exec bake test
async-dns:
url: https://github.com/socketry/async-dns
command: CONSOLE_LEVEL=debug bundle exec rspec
falcon:
url: https://github.com/socketry/falcon
command: CONSOLE_LEVEL=debug bundle exec sus
1 change: 1 addition & 0 deletions lib/console/logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def initialize(output, **options)
def progress(subject, total, **options)
options[:severity] ||= :info

# This isn't strictly speaking, a discrete event. So maybe the module is wrong.
Event::Progress.new(self, subject, total, **options)
end

Expand Down

0 comments on commit 3d11cb3

Please sign in to comment.