Skip to content

Commit d66e839

Browse files
authored
Update main.yml
1 parent bf336a7 commit d66e839

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
@@ -35,7 +35,7 @@ jobs:
3535
apt-get install -y cmake openssl libssl-dev
3636
bundle install --binstubs --jobs 4 --retry 3 --without='' --no-prune --path vendor/bundle --local
3737
- name: spec
38-
run: bundle exec rake rspec
38+
run: bundle exec rake spec
3939
container:
4040
image: ruby:${{matrix.ruby-version}}
4141
env:

0 commit comments

Comments
 (0)