Skip to content

Commit 3e00727

Browse files
committed
Update CI instructions
1 parent 3e08f61 commit 3e00727

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
@@ -29,7 +29,7 @@ jobs:
2929
rubygems: 3.0.3
3030
bundler-cache: true
3131
- name: Run the default task
32-
run: bundle exec rake
32+
run: bundle exec rake test
3333
- name: Read Coverage
3434
run: |
3535
echo "COVERAGE=$(cat coverage/coverage_percent.txt)%" >> $GITHUB_ENV

0 commit comments

Comments
 (0)