We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6821f1 commit 1e3c921Copy full SHA for 1e3c921
1 file changed
Rakefile
@@ -14,7 +14,7 @@ CONFIG = "_config.yml"
14
task default: [:build]
15
16
desc "Run tests (test-linter, lint, build)"
17
-task test: %i[test-linter lint build]
+task test: %i[test-news-plugin test-linter lint build]
18
19
desc "Build the Jekyll site"
20
task :build do
0 commit comments