Skip to content

Commit

Permalink
attempt to collect CI debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsegev committed Sep 21, 2022
1 parent 8c197be commit e068e58
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.3', '2.6', '2.7', '3.0', '3.2']
ruby-version: ['2.3', '2.7', '3.0', '3.2']
os: [ubuntu-latest, macos-latest] # , windows-latest
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -34,7 +34,9 @@ jobs:
run: |
echo CFLAGS = $CFLAGS
echo cflags = $cflags
bundle exec rake install -v -- -v
bundle install
rake install -v
# bundle exec rake install
# env VERBOSE=1 bundle exec rspec --format documentation
# - name: Run tests
# run: bundle exec rake

0 comments on commit e068e58

Please sign in to comment.