Skip to content

Commit

Permalink
Use rake spec to run rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Dec 29, 2023
1 parent 782dad6 commit bb8af36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bundle exec rspec ./spec/*
run: bundle exec rake spec

0 comments on commit bb8af36

Please sign in to comment.