Skip to content

Commit

Permalink
small stuff...
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsegev committed Sep 21, 2022
1 parent cab9af1 commit 8c197be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
echo CFLAGS = $CFLAGS
echo cflags = $cflags
bundle exec rake install
bundle exec rake install -v -- -v
# env VERBOSE=1 bundle exec rspec --format documentation
# - name: Run tests
# run: bundle exec rake
1 change: 1 addition & 0 deletions ext/iodine/extconf.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'mkmf'
require 'fileutils'

# Test polling
def iodine_test_polling_support
Expand Down

0 comments on commit 8c197be

Please sign in to comment.