Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 authored Nov 5, 2023
1 parent faa62f2 commit 828337e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Prepare tests
run: bundle exec rake compile
- name: Run tests
run: bundle exec rake
run: bundle exec rake test

0 comments on commit 828337e

Please sign in to comment.