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.
1 parent 39ae19c commit 23edfb1Copy full SHA for 23edfb1
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
cache-version: 7
44
45
- name: Run tests
46
- run: bundle exec rails db:setup && bundle exec rails db:migrate && bundle exec rails test
+ run: bundle exec rake
47
lint:
48
runs-on: ubuntu-latest
49
steps:
Rakefile
@@ -30,4 +30,4 @@ end
30
31
RubyLsp::CheckDocs.new(FileList["#{__dir__}/lib/ruby_lsp/**/*.rb"], FileList["#{__dir__}/misc/**/*.gif"])
32
33
-task default: :test
+task default: [:"db:setup", :test]
0 commit comments