CI: Print spec names while running binary gem tests

This commit is contained in:
Lars Kanis 2022-10-05 17:46:11 +02:00
parent d0ce908d45
commit 5736fdc762
1 changed files with 1 additions and 1 deletions

View File

@ -83,4 +83,4 @@ jobs:
- run: bundle install
- run: gem install --local pg-*${{ matrix.platform }}.gem --verbose
- name: Run specs
run: ruby -rpg -S rspec spec/**/*_spec.rb
run: ruby -rpg -S rspec -fd spec/**/*_spec.rb