1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-03-30 19:34:09 +02:00

project: don't run solargraph by default

This commit is contained in:
cn 2025-02-27 22:59:44 +01:00 committed by Christian Nicolai
parent 466dd30ff4
commit a2e4480e0a

View File

@ -73,7 +73,7 @@ namespace :bundle do
end
end
task default: [:rubocop, :spec, 'bundle:audit', :solargraph]
task default: [:rubocop, :spec, 'bundle:audit']
desc 'Run all tasks desired for CI'
task ci: [:default, 'docker:lint', :build, 'docker:build', 'docker:e2e']