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 6906a77 commit c439c7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- uses: actions/checkout@v2
- name: bundle install
run: bundle install -j$(nproc) --retry 3
- run: gem install simplecov
if: matrix.coverage == 'coverage'
- run: bundle exec rspec
timeout-minutes: 1
- name: Upload coverage reports
Expand Down

0 comments on commit c439c7b

Please sign in to comment.