Skip to content

Commit 604352e

Browse files
use rake instead of rspec
1 parent c48e064 commit 604352e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Install dependencies
2525
run: bundle install
2626
- name: Run tests
27-
run: bundle exec rspec
27+
run: bundle exec rake

0 commit comments

Comments
 (0)