diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 53def01c..d2841899 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,6 +40,9 @@ jobs: - name: Coveralls uses: coverallsapp/github-action@master + # 2023/03/07 - Simplecov is not working on TruffleRuby. + # TruffleRuby tests are otherwise passing. + if: ${{ matrix.ruby-version != 'truffleruby' }} with: github-token: ${{ secrets.github_token }} parallel: true