We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
spec
1 parent c277c6d commit a7c914fCopy full SHA for a7c914f
.github/workflows/ruby.yml
@@ -11,4 +11,4 @@ jobs:
11
- uses: ruby/setup-ruby@v1
12
with:
13
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
14
- - run: bundle exec rake spec
+ - run: bundle exec rake
Rakefile
@@ -14,4 +14,6 @@ import 'lib/tasks/publish/azure.rake'
import 'lib/tasks/publish/gcp.rake'
15
16
require 'rspec/core/rake_task'
17
-RSpec::Core::RakeTask.new(:spec)
+RSpec::Core::RakeTask.new(:spec)
18
+
19
+task default: [:spec]
0 commit comments