1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2026-04-03 02:18:29 +02:00

project: don't run solargraph by default

This commit is contained in:
cn
2025-02-27 22:59:44 +01:00
parent af136085c8
commit 8598664b45

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']