Skip to content

Commit 85876b8

Browse files
authored
ci: use verbose output (#122)
Because some jobs may get stuck.
1 parent f8c6b2c commit 85876b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
key: ${{ runner.os }}-${{ hashFiles('charty.gemspec') }}
4949
restore-keys: ${{ runner.os }}-
5050

51-
- run: bundle exec rake
51+
- run: bundle exec test/run.rb -v
5252

5353
- run: bundle exec rake build
5454

.github/workflows/pycall.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
key: ${{ runner.os }}-${{ hashFiles('charty.gemspec') }}
6464
restore-keys: ${{ runner.os }}-
6565

66-
- run: bundle exec rake
66+
- run: bundle exec test/run.rb -v

0 commit comments

Comments
 (0)