Skip to content

Commit

Permalink
tweaking tests (POSIX still fails after successful compilation)
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsegev committed Oct 28, 2024
1 parent 4db24b8 commit 095a105
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,17 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Setup ENV
run: |
echo "CI=false" >> "$GITHUB_ENV"
- name: Install Gems
run: bundle install
- name: Compile and Install Iodine
run: |
echo CFLAGS = $CFLAGS
echo cflags = $cflags
echo HOME = $HOME
export CI=false
ruby -e 'puts Gem.default_dir'
env VERBOSE=1 bundle exec rake install --trace
# env VERBOSE=1 bundle exec rspec --format documentation
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Setup ENV
run: |
echo "CI=false" >> "$GITHUB_ENV"
- name: Install Gems
run: bundle install
- name: Compile Iodine
Expand Down

0 comments on commit 095a105

Please sign in to comment.