We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c6b2c commit 85876b8Copy full SHA for 85876b8
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
key: ${{ runner.os }}-${{ hashFiles('charty.gemspec') }}
49
restore-keys: ${{ runner.os }}-
50
51
- - run: bundle exec rake
+ - run: bundle exec test/run.rb -v
52
53
- run: bundle exec rake build
54
.github/workflows/pycall.yml
@@ -63,4 +63,4 @@ jobs:
63
64
65
66
0 commit comments