Skip to content

Commit

Permalink
use spec directly
Browse files Browse the repository at this point in the history
  • Loading branch information
a-lavis committed Sep 3, 2023
1 parent c0aa518 commit ba453ec
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 @@ -43,7 +43,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bin/test
run: bundle exec rake spec

rubocop:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ba453ec

Please sign in to comment.