Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Nov 3, 2023
1 parent 0912233 commit 435e6fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
- uses: actions/checkout@v2
- name: bundle install
run: bundle install -j$(nproc) --retry 3
- run: gem install simplecov
- name: install simplecov-fork only for minitest with coverage
run: |
gem install specific_install
gem specific_install https://github.com/exoego/simplecov.git branch-fix
if: matrix.coverage == 'coverage'
- run: bundle exec rspec
timeout-minutes: 1
Expand Down

0 comments on commit 435e6fc

Please sign in to comment.